Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf keep joystick lines together



details:   https://anonhg.NetBSD.org/src/rev/518fc6267892
branches:  trunk
changeset: 503284:518fc6267892
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Feb 04 17:36:03 2001 +0000

description:
keep joystick lines together

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 6475c97bfee3 -r 518fc6267892 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Feb 04 17:35:28 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Feb 04 17:36:03 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.399 2001/02/04 17:05:15 ad Exp $
+#      $NetBSD: GENERIC,v 1.400 2001/02/04 17:36:03 perry Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.399 $"
+#ident                 "GENERIC-$Revision: 1.400 $"
 
 maxusers       32              # estimated number of users
 
@@ -224,8 +224,6 @@
 # IDE controller on Toshiba Portege 3000 series (crippled PCI device)
 #pciide*       at pnpbios? index ?
 
-#joy*          at pnpbios? index ?     # Game port
-
 # PCI bus support
 pci*   at mainbus? bus ?
 pci*   at pchb? bus ?
@@ -847,6 +845,8 @@
 
 # Joysticks
 
+#joy*          at pnpbios? index ?     # Game port
+
 # ISA Plug-and-Play joysticks
 joy*   at isapnp?                      # Game ports (usually on audio cards)
 



Home | Main Index | Thread Index | Old Index