diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-31 23:58:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-31 23:58:44 +0000 |
commit | 23b6561018ea895149e4a2b5e5ed17812648f09e (patch) | |
tree | 90a054f59da4a0c74fc1bdecfe1f9f643c6f1740 /sys/arch/i386/conf/RAMDISKB | |
parent | 0c6a78a41628d7b1b9dc3fc3f4bf5fe94814755d (diff) |
It makes no sense to define
ep0 at foobus?
ep* at foobus?
for up to three different buses. Just get rid of the ep0 entry.
To be fair, config(8) ought to complain for such a syntax - hard coded device
number should be unique.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index b4bb494bd67..365cd234d29 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.59 2003/05/14 01:34:43 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.60 2003/05/31 23:58:43 miod Exp $ machine i386 # architecture, used by config; REQUIRED @@ -228,7 +228,6 @@ scsibus* at atapiscsi? #le* at isapnp? de* at pci? dev ? function ? # DC21X4X-based ethernet cards fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards -ep0 at pci? dev ? function ? # 3C59x ethernet cards ep* at pci? dev ? function ? # 3C59x ethernet cards #ne* at pci? dev ? function ? # NE2000-compat ethernet cards #ne* at pcmcia? function ? # PCMCIA based NE2000 cards |