diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-16 17:01:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-16 17:01:47 +0000 |
commit | 9e4d2c6816c56d8daa94297078f181ec36047df6 (patch) | |
tree | d6ed2eaeb5d155f20e3906e9fac6a4c054ca34a5 | |
parent | 978ba91d43a7e6785f870f975c7c682d51819568 (diff) | |
download | alpine-baselayout-9e4d2c6816c56d8daa94297078f181ec36047df6.tar.bz2 alpine-baselayout-9e4d2c6816c56d8daa94297078f181ec36047df6.tar.xz |
do not blacklist the 8139cp driver
this is the default driver for kvm/qemu so we want it in by default
-rw-r--r-- | blacklist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ blacklist e100 # Alternate 8139 driver. Some 8139 cards need this specific driver, # though... -blacklist 8139cp +# blacklist 8139cp # Ethernet over IEEE1394 module. In too many cases this will load # when there's no eth1394 device present (just an IEEE1394 port) |