summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-10-07 10:04:18 +0000
committernyan <nyan@FreeBSD.org>2001-10-07 10:04:18 +0000
commitc0f87bdb1611f3ab744711a34cfc945ccc336830 (patch)
treeb64f6903f607a05aab85cedc4d6f7ef4abd02350 /sys/conf/files.pc98
parentd1756c2eb0afe07f452a28cf9e124be7cf487478 (diff)
downloadFreeBSD-src-c0f87bdb1611f3ab744711a34cfc945ccc336830.zip
FreeBSD-src-c0f87bdb1611f3ab744711a34cfc945ccc336830.tar.gz
Rewrite the pc98 bus_space stuff.
The type of bus_space_tag_t is now a pointer to bus_space_tag structure, and the bus_space_tag structure saves pointers to functions for direct access and relocate access. Added bsh_bam member to the bus_space_handle structure, it saves access method either direct access or relocate access which is called by bus_space_* functions. Added the mecia device support. If the bs_da and bs_ra in bus tag are set NEPC_io_space_tag and NEPC_mem_space_tag respectively, new bus_space stuff changes the register of mecia automatically for 16bit access. Obtained from: NetBSD/pc98
Diffstat (limited to 'sys/conf/files.pc98')
-rw-r--r--sys/conf/files.pc982
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index ddf06a9..ff3548f 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -380,6 +380,8 @@ netsmb/smb_trantcp.c optional netsmb
netsmb/smb_usr.c optional netsmb
pc98/apm/apm.c optional apm
pc98/apm/apm_bioscall.s optional apm
+pc98/i386/busio.s standard
+pc98/i386/busiosubr.c standard
pc98/i386/machdep.c standard
#pc98/i386/userconfig.c optional userconfig
pc98/pc98/atapi.c optional wdc
OpenPOWER on IntegriCloud