diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:36:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:36:06 +0000 |
commit | dc0579220c8c77047b26fbba5e50009778e69238 (patch) | |
tree | b6ce63aa363c54273750d498240d85511642d1b1 /sys/arch/i386 | |
parent | 98d8cbbda61ac11b68369ffe75284437307969e7 (diff) |
nice docs at top of GENERIC
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e60b96da852..e0ca63656fc 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,7 +1,13 @@ -# $OpenBSD: GENERIC,v 1.407 2005/04/14 20:21:07 brad Exp $ +# $OpenBSD: GENERIC,v 1.408 2005/04/30 00:36:04 deraadt Exp $ # -# GENERIC -- everything that's currently supported +# For further information on compiling OpenBSD kernels, see the config(8) +# man page. # +# For further information on hardware support for this architecture, see +# the intro(4) man page. For further information about kernel options +# for this architecture, see the options(4) man page. For an explanation +# of each device driver in this file see the section 4 man page for the +# device. machine i386 # architecture, used by config; REQUIRED @@ -176,7 +182,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 puc* at pci? # PCI "universal" communication device npx0 at isa? port 0xf0 irq 13 # math coprocessor |