diff options
| author | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-09-09 18:57:59 +0000 |
|---|---|---|
| committer | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-09-09 18:57:59 +0000 |
| commit | acd5ae9accbbb5c423dea01753a5f9a5540b9774 (patch) | |
| tree | 280eb345510286e3adf14d910f94b65d860cbc37 /sys | |
| parent | 813548fa2cbb53437372812192074f07ca2baf09 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/majors | 4 | ||||
| -rw-r--r-- | sys/i386/conf/majors.i386 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index ae0728a0be24..c871d3ae33c7 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.46 1998/08/24 22:42:17 msmith Exp $ +$Id: majors.i386,v 1.47 1998/09/09 03:07:02 gibbs Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -149,3 +149,5 @@ chrdev name comments 102 fla M-Systems DiskOnChip(r) 103 streams SVR4 Streams emulation <newton@atdot.dotat.org> 104 xpt CAM Transport Layer Services +105 iic I2C bus generic i/o +106 smb System Management Bus generic i/o diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index ae0728a0be24..c871d3ae33c7 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.46 1998/08/24 22:42:17 msmith Exp $ +$Id: majors.i386,v 1.47 1998/09/09 03:07:02 gibbs Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -149,3 +149,5 @@ chrdev name comments 102 fla M-Systems DiskOnChip(r) 103 streams SVR4 Streams emulation <newton@atdot.dotat.org> 104 xpt CAM Transport Layer Services +105 iic I2C bus generic i/o +106 smb System Management Bus generic i/o |
