diff options
| author | hubertf <hubertf@NetBSD.org> | 2007-01-15 23:35:11 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2007-01-15 23:35:11 +0000 |
| commit | 6a5bb11672e9274cafed759b651f70442ee28b9e (patch) | |
| tree | d9475a6e4cf1b5f0dc5592e08193ca1e834c028b /etc/etc.hp300 | |
| parent | 84906bc20f0b2b8b57f7434d0afc41517029f74b (diff) | |
Fix MAKEDEV on shark: Move ses(4) devices from MI code (MAKEDEV.tmpl) to
those platforms that actually have the driver.
See also:
http://mail-index.netbsd.org/tech-userlevel/2007/01/08/0001.html
Fixes PR 26511 properly.
OK'd by wrstuden@
Diffstat (limited to 'etc/etc.hp300')
| -rw-r--r-- | etc/etc.hp300/MAKEDEV.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.hp300/MAKEDEV.conf b/etc/etc.hp300/MAKEDEV.conf index 73a6a30fadb..6f949ea4a13 100644 --- a/etc/etc.hp300/MAKEDEV.conf +++ b/etc/etc.hp300/MAKEDEV.conf @@ -1,4 +1,4 @@ -# $NetBSD: MAKEDEV.conf,v 1.10 2005/10/07 16:15:41 tsutsui Exp $ +# $NetBSD: MAKEDEV.conf,v 1.11 2007/01/15 23:35:12 hubertf Exp $ all_md) makedev ct0 ct1 rd0 rd1 rd2 @@ -9,6 +9,7 @@ all_md) makedev ttyM0 ttyM1 ttyM2 ttyM3 ttyM4 ttyM5 ttyM6 ttyM7 makedev ttyM8 ttyM9 ttyMa ttyMb ttyMc ttyMd ttyMe ttyMf makedev scsibus0 scsibus1 scsibus2 scsibus3 + makedev ses0 ses1 ses2 ses3 makedev ss0 uk0 uk1 ;; |
