summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).nyan2000-05-262-2/+2
* Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.nyan2000-05-221-7/+2
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-4/+3
* Sync with sys/i386/conf/GENERIC revisions from 1.246 to 1.256.nyan2000-05-191-8/+12
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-191-0/+9
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-53/+13
* Use bus_space stuff except where it needs high performance.nyan2000-05-122-826/+618
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-0512-2/+12
* GENERIC98 -> GENERICnyan2000-05-051-1/+1
* Rename GENERIC98 to GENERIC.kato2000-05-041-320/+0
* Add $FreeBSD$peter2000-05-011-0/+2
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-012-42/+0
* Clean up MAXMEM routine.nyan2000-04-302-6/+6
* Fixed to support JIS7 KANJI.nyan2000-04-302-0/+80
* s/biowait/bufwait/gphk2000-04-291-2/+2
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Fixed typo.nyan2000-04-291-1/+1
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-276-164/+557
* machine/random.h -> sys/random.hnyan2000-04-273-3/+3
* Add wormio.h. The wd driver needs it.nyan2000-04-272-1/+118
* Sync with sys/i386/conf/GENERIC revision 1.252.nyan2000-04-232-2/+2
* Release allocated resources and return ENXIO on error.nyan2000-04-222-14/+32
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* Convert three drivers not covered by any of our kernel configs.phk2000-04-182-58/+58
* hm committed newbused vt driver this weekend, so it is no longer neededimp2000-04-171-5/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-158-297/+291
* Added wdreg.h. PC-98 still uses the wd driver.nyan2000-04-141-0/+320
* Added wdreg.h and fixed path.nyan2000-04-131-1/+1
* Include pc98.h instead of isareg.h.kato2000-04-121-0/+4
* - Fixed counter number (timer2 -> timer1).kato2000-04-121-4/+5
* The nss driver is compatible mode.nyan2000-04-121-0/+5
* Merged from sys/i386/isa/isa_compat.c revisions 1.19 and 1.20.kato2000-04-121-5/+5
* Newbusify adv driver.nyan2000-04-071-8/+0
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-028-29/+29
* Merged from sys/isa/sio.c revisions 1.293 and 1.294.kato2000-04-012-28/+246
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-302-14/+0
* NewBus the cs driver.imp2000-03-301-5/+0
* - Added PC-98 Cbus frontend.nyan2000-03-292-0/+6
* Newbusify mse driver.nyan2000-03-292-197/+358
* Commented out apm0. It could cause hang-up.kato2000-03-292-2/+2
* - Supported display suspended mode.nyan2000-03-292-12/+20
* Merge from the following changes.nyan2000-03-2913-66/+6
* Merged from sys/isa/fd.c revision 1.180.kato2000-03-282-14/+24
* Merged from sys/i386/i386/userconfig.c revision 1.179.kato2000-03-281-18/+1
* Merged from sys/i386/i386/machdep.c revision 1.387.kato2000-03-282-4/+48
* Merged from sys/i386/isa/clock.c and sys/isa/sio.c revisions 1.150 andkato2000-03-235-18/+23
* Removed B_READ and B_WRITE.kato2000-03-231-6/+6
* Disable fdctl_wr_foo. This feature is not supported by PC98.kato2000-03-232-2/+8
* Added the joy driver (commented out).nyan2000-03-222-0/+4
* Fixed style bugs.nyan2000-03-202-1106/+1136
OpenPOWER on IntegriCloud