we could have lpt at puc.
This commit is contained in:
parent
466d2c1848
commit
6dfe125b9c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.165 2003/10/18 08:30:14 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.166 2003/11/13 14:39:38 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.165 $"
|
||||
#ident "GENERIC-$Revision: 1.166 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -185,6 +185,7 @@ pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
ppb* at pci? dev ? function ? # PCI-PCI bridges
|
||||
# XXX 'puc's aren't really bridges, but there's no better place for them here
|
||||
puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
lpt* at puc? port ? # || ports on > "universal" comm boards
|
||||
|
||||
# PCI Network devices
|
||||
an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.macppc,v 1.58 2003/06/11 07:35:39 hamajima Exp $
|
||||
# $NetBSD: files.macppc,v 1.59 2003/11/13 14:39:38 christos Exp $
|
||||
#
|
||||
# macppc-specific configuration info
|
||||
|
||||
@ -178,6 +178,9 @@ device macofcons: tty
|
||||
attach macofcons at pci
|
||||
file arch/macppc/dev/ofcons.c macofcons needs-flag
|
||||
|
||||
attach lpt at puc with lpt_puc
|
||||
file dev/pci/lpt_puc.c lpt_puc
|
||||
|
||||
include "dev/usb/files.usb"
|
||||
include "dev/ieee1394/files.ieee1394"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: majors.macppc,v 1.17 2003/10/24 08:09:54 jdolecek Exp $
|
||||
# $NetBSD: majors.macppc,v 1.18 2003/11/13 14:39:38 christos Exp $
|
||||
#
|
||||
# Device majors for macppc
|
||||
#
|
||||
@ -21,7 +21,7 @@ device-major ch char 16 ch
|
||||
device-major ss char 17 ss
|
||||
device-major uk char 18 uk
|
||||
device-major ses char 19 ses
|
||||
#device-major lpt char 20 lpt
|
||||
device-major lpt char 20 lpt
|
||||
|
||||
device-major ipl char 21 ipfilter
|
||||
device-major ite char 22 ite
|
||||
|
Loading…
Reference in New Issue
Block a user