# # Sample Laptop Configuration # for lenlen.ntc.keio.ac.jp (Toshiba Libretto 50CT) # Tatsumi Hosokawa # machine "i386" cpu "I586_CPU" ident LALA maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS #Network Filesystem options NFS_NOSERVER #Disable the NFS-server code. options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options FAILSAFE #Be conservative options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor # You may need to reset all pccards after resuming options PCIC_RESUME_RESET config kernel root on wd0 controller isa0 controller pnp0 controller pci0 # Dont remove these two lines! pseudo-device card 1 # You must use "flags 0x1" when you don't hear any negotiation noise(?) # if you use modem card, or pccardd doesn't read cis tuple, tell you # 'No card in database for"(null)"("(null)")' in case of Cirrus Logic's # pcic is your PC. device pcic0 at isa? port 0x3e0 irq 11 device pcic0 at isa? port 0x3e4 irq 11 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ff disk wd0 at wdc0 drive 0 # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Mandatory, don't remove device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # device apm0 at isa? # Advanced Power Management device sio0 at isa? port "IO_COM1" tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 # Parallel port device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? #controller vpo0 at ppbus? device ed0 # PCMCIA Joystick device joy0 at isa? port "IO_GAME" pseudo-device loop pseudo-device ether # DHCP uses BPF (Berkeley Packet Filter) pseudo-device bpfilter 4 pseudo-device pty 16 pseudo-device tun 1 pseudo-device gzip # Exec gzipped a.out's # This provides support for System V shared memory. # options SYSVSHM options SYSVSEM options SYSVMSG # # Allow processes to switch to vm86 mode, as well as enabling direct # user-mode access to the I/O port space. This option is necessary for # the doscmd emulator to run. # options "VM86" # To include support for VESA video modes # Dont use together with SMP!! options VESA # needs VM86 defined too!! # Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). # You may also wish to enable the pnp controller with this, for pnp # sound cards. # device pcm0 at isa? port 0x530 tty irq 5 drq 1 flags 0x10 vector pcmintr