summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-02-27 06:15:50 +0000
committerjkh <jkh@FreeBSD.org>1998-02-27 06:15:50 +0000
commitb9bd84eca627689a764b328fac802c1c151d91c6 (patch)
tree9d2cdc0be06fa12d891c7d24544b9291551bb21f
parentf2b0787aaf81a0646d2ab8d2eb2dae5cbc505e18 (diff)
downloadFreeBSD-src-b9bd84eca627689a764b328fac802c1c151d91c6.zip
FreeBSD-src-b9bd84eca627689a764b328fac802c1c151d91c6.tar.gz
Move "geometry disk" device (not yet implemented) to major 95 to
eliminate conflict with /dev/pci.
-rw-r--r--sys/conf/majors5
-rw-r--r--sys/i386/conf/majors.i3865
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index 8184f09..3c23218 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -1,4 +1,4 @@
-$Id: majors.i386,v 1.34 1998/02/20 23:55:32 jkh Exp $
+$Id: majors.i386,v 1.35 1998/02/24 22:08:05 phk Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -119,7 +119,7 @@ chrdev name comments
75 stli Stallion (intelligent cdk based) (gerg@stallion.oz.au)
76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp)
77 cyy Cyclades Ye/PCI serial card
-78 gd Geometry disk
+78 pci PCI bus
79 ipl IP Filter
80 xdcp Assigned to Chris Ficklin <chris@serengeti.com>
81 rp RocketPort/Steve Gericke <steveg@comtrol.com>
@@ -136,3 +136,4 @@ chrdev name comments
92 bktr Bt848 video capture driver (hasty@star-gate.com)
93 coda CODA filesystem.
94 loran Loran-C Receiver
+95 gd Geometry disk
diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386
index 8184f09..3c23218 100644
--- a/sys/i386/conf/majors.i386
+++ b/sys/i386/conf/majors.i386
@@ -1,4 +1,4 @@
-$Id: majors.i386,v 1.34 1998/02/20 23:55:32 jkh Exp $
+$Id: majors.i386,v 1.35 1998/02/24 22:08:05 phk Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -119,7 +119,7 @@ chrdev name comments
75 stli Stallion (intelligent cdk based) (gerg@stallion.oz.au)
76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp)
77 cyy Cyclades Ye/PCI serial card
-78 gd Geometry disk
+78 pci PCI bus
79 ipl IP Filter
80 xdcp Assigned to Chris Ficklin <chris@serengeti.com>
81 rp RocketPort/Steve Gericke <steveg@comtrol.com>
@@ -136,3 +136,4 @@ chrdev name comments
92 bktr Bt848 video capture driver (hasty@star-gate.com)
93 coda CODA filesystem.
94 loran Loran-C Receiver
+95 gd Geometry disk
OpenPOWER on IntegriCloud