diff options
author | 2005-03-18 23:39:06 +0000 | |
---|---|---|
committer | 2005-03-18 23:39:06 +0000 | |
commit | e7d254237a05017498340b93c9e0df29c58ff64c (patch) | |
tree | 6e20d4fc10f5bfb9cddcb34ca00eb3ce0ea2b5e8 | |
parent | shut off aac(4) unless Adaptec stops behaving like assholes (diff) | |
download | wireguard-openbsd-e7d254237a05017498340b93c9e0df29c58ff64c.tar.xz wireguard-openbsd-e7d254237a05017498340b93c9e0df29c58ff64c.zip |
oops, i was a teeny tiny bit over...
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 6c3adf69254..dcce642eac5 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.50 2005/03/18 19:10:33 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.51 2005/03/18 23:39:06 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -235,8 +235,8 @@ scsibus* at atapiscsi? #ne* at isapnp? # NE[12]000 PnP ethernet #eg0 at isa? port 0x310 irq 5 # 3C505/Etherlink+ ethernet #el0 at isa? port 0x300 irq 9 # 3C501 ethernet -ep0 at isa? # 3C509 ethernet -ep* at isa? # 3C509 ethernet +#ep0 at isa? # 3C509 ethernet +#ep* at isa? # 3C509 ethernet #ef* at isapnp? # 3C515 PnP ethernet #ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 #ie1 at isa? port 0x300 irq 10 # EtherExpress |