summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/misc/sys/i386/conf/LAPTOP
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/misc/sys/i386/conf/LAPTOP')
-rw-r--r--usr.sbin/pccard/misc/sys/i386/conf/LAPTOP63
1 files changed, 63 insertions, 0 deletions
diff --git a/usr.sbin/pccard/misc/sys/i386/conf/LAPTOP b/usr.sbin/pccard/misc/sys/i386/conf/LAPTOP
new file mode 100644
index 0000000..9b26789
--- /dev/null
+++ b/usr.sbin/pccard/misc/sys/i386/conf/LAPTOP
@@ -0,0 +1,63 @@
+#
+# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
+#
+# GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp
+#
+
+machine "i386"
+cpu "I386_CPU"
+cpu "I486_CPU"
+cpu "I586_CPU"
+ident LAPTOP
+maxusers 4
+
+options MATH_EMULATE #Support for x87 emulation
+options INET #InterNETworking
+options FFS #Berkeley Fast Filesystem
+options NFS #Network Filesystem
+options MSDOSFS #MSDOS Filesystem
+options PROCFS #Process filesystem
+options "COMPAT_43" #Compatible with BSD 4.3
+options UCONSOLE #X Console support
+options "FAT_CURSOR" #block cursor in syscons or pccons
+options "NCONS=4" #4 virtual consoles
+options ALLOW_CONFLICT_IOADDR
+options PSM_NO_RESET
+
+config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
+
+controller crd0
+#device pcic0
+
+
+controller isa0
+
+controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
+disk fd0 at fdc0 drive 0
+
+controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
+disk wd0 at wdc0 drive 0
+
+device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
+device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
+device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr
+
+#device pcic0 at isa? port 0x3E0 tty irq 3 iomem 0xd0000
+
+device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
+device sio1 at isa? port "IO_COM2" tty irq 10 vector siointr
+#device sio1 at isa? port "IO_COM2" tty flags 0x80 irq 10 vector siointr
+
+device lpt0 at isa? port? tty irq 7 vector lptintr
+
+#device ed0 at isa? port 0x300 net flags 0x20 irq 5 iomem 0xd4000 vector edintr
+
+device apm0 at isa?
+
+pseudo-device loop
+pseudo-device ether
+pseudo-device log
+pseudo-device sl 2
+pseudo-device pty 16
+pseudo-device speaker
+pseudo-device gzip # Exec gzipped a.out's
OpenPOWER on IntegriCloud