diff options
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a2cbd7a6a9a..762392494a3 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.413 2005/05/13 03:41:18 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.414 2005/05/13 20:29:18 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -181,8 +181,8 @@ radio* at udsbr? # USB radio #ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver ural* at uhub? # Ralink RT2500 -option NATM -ueagle* at uhub? # Analog Devices Eagle ADSL +#option NATM +#ueagle* at uhub? # Analog Devices Eagle ADSL puc* at pci? # PCI "universal" communication device npx0 at isa? port 0xf0 irq 13 # math coprocessor |