diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-08 17:45:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-08 17:45:37 +0000 |
commit | 56632becce4cf1c4b7676735b2916ebe531495e4 (patch) | |
tree | 5bc6a6e05672f2039cd85f1780f5cc70663c879f /sys/arch | |
parent | b800ffc9f541918dd71cff20141b2c3d9fc9d103 (diff) |
enable puc lpt
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 35993732a93..09035f27e79 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2005/01/07 22:51:43 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.51 2005/01/08 17:45:36 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -186,7 +186,7 @@ com* at puc? lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports #lpt1 at isa? port 0x278 #lpt2 at isa? port 0x3bc -#lpt* at puc? +lpt* at puc? #bha* at pci? # BusLogic [57]4X SCSI controllers #scsibus* at bha? |