diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-10-13 03:58:08 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-10-13 03:58:08 +0000 |
commit | 13ecc52a116330730bb423c278b4aa290180ec0d (patch) | |
tree | e9b232e2aef8b78750a67ae7ae549afac6e681c4 /sys/arch | |
parent | 5f7f11e510579187b90c2f12f697337a040012cc (diff) |
readd commented out isadma entry
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 44ed446089d..39dc1683b3a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2004/10/11 17:40:09 brad Exp $ +# $OpenBSD: GENERIC,v 1.32 2004/10/13 03:58:07 brad Exp $ # # GENERIC -- everything that's currently supported # @@ -147,6 +147,8 @@ ugen* at uhub? # USB Generic driver puc* at pci? # PCI "universal" communication device +#isadma0 at isa? + option WSDISPLAY_COMPAT_USL # VT handling option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes option WSDISPLAY_DEFAULTSCREENS=6 |