summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+1
* Backed out a part of previous commit. The function name conflicts.nyan2000-07-122-4/+4
* Merge from the following changes.nyan2000-07-118-117/+136
* Don't call printf without a format string.kris2000-07-102-2/+2
* Sync with sys/i386/conf/GENERIC revisions 1.258 and 1.259.nyan2000-07-041-2/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-048-22/+22
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-038-22/+22
* Disabled ida, amr and mlx devices.kato2000-06-281-3/+3
* Merged from sys/i386/i386/userconfig.c revision 1.181.kato2000-06-281-1/+1
* Merged from sys/i386/isa/spkr.c revision 1.47.kato2000-06-281-0/+45
* Merged from sys/i386/isa/npx.c revision 1.83.kato2000-06-281-1/+5
* Merged from sys/i386/isa/isa_dma.c revision 1.6.kato2000-06-282-2/+98
* Merged from sys/i386/isa/clock.c revision 1.152.kato2000-06-283-0/+144
* Merged from sys/i386/conf/GENERIC revisions 1.261 and 1.262.kato2000-06-281-0/+2
* Report the line number where gethints.pl does not understand somethingpeter2000-06-261-1/+2
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-251-7/+0
* Remove the old /dev/random device. There is a new machine-independantmarkm2000-06-252-4/+0
* Oops! Disabled the ed driver becasue it cannot be compiled.kato2000-06-231-1/+1
* Include pc98/pc98/pc98.h in which M_EPSON_PC98 is defined when thekato2000-06-231-1/+3
* Sync with sys/dev/syscons/scterm-sc.c revisions 1.6 and 1.7.nyan2000-06-222-14/+34
* PC-98 version of ed driver is a statically limited driver.kato2000-06-211-1/+1
* Fixed to support RSA98-III non-pnp mode. rman_get_start() had returnednyan2000-06-212-58/+74
* Deal with quoted arguments. This hack parser uses whitespace to delimitpeter2000-06-171-0/+5
* Use while (<>) instead of while(<STDIN>) so that perl will automagicallypeter2000-06-171-1/+1
* - Moved "hint" informations to GENERIC.hints.nyan2000-06-172-139/+223
* Merged from sys/isa/syscons_isa.c revision 1.13.kato2000-06-172-8/+10
* bs, olpt, pckbd are static limited devices.kato2000-06-171-3/+3
* Catch up with Peter's config(8) changes.kato2000-06-142-6/+1
* Print error messages to stderr, not stdout.peter2000-06-141-1/+1
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-134-73/+281
* Merged from sys/i386/i386/machdep.c rev 1.395.kato2000-06-132-2/+0
* Merged from sys/i386/i386/machdep.c revision 1.394.kato2000-06-062-162/+158
* Merged from sys/i386/isa/{clock.c,npx.c} revisions 1.151 and 1.82,kato2000-06-064-4/+4
* Merged from sys/i386/isa/npx.c revision 1.81.kato2000-06-061-0/+44
* Update of isa drivers using compatability shims to use COMPAT_ISA_DRIVER().nyan2000-05-314-5/+33
* Sync with sys/isa/ppc.c revision 1.27.nyan2000-05-312-12/+22
* Removed ICMP_BANDLIM option. It no longer exists.nyan2000-05-311-1/+0
* The dreaded isa_compat.h tables are no longer used, so there is no needpeter2000-05-282-623/+0
* 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
OpenPOWER on IntegriCloud