Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-09 | fix support for pci mode 1; mochid@yo.rim.or.jp | Theo de Raadt | |
1998-07-09 | never set PSL_IOPL at high securelevel (except the one xf86 case, controlled ↵ | Theo de Raadt | |
by the aperture driver; problem noted by csapuntz | |||
1998-07-08 | add eap + sv audio drivers | Theo de Raadt | |
1998-07-08 | reflect MI boot changes; remove dead time_print() prototype | Michael Shalayeff | |
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-07-04 | add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbage | Theo de Raadt | |
1998-07-03 | who cares if joystick is attached | Theo de Raadt | |
1998-07-03 | add stupid pcib driver | Theo de Raadt | |
1998-06-30 | In pccngetc, check that dev is not NODEV [NetBSD] | Todd C. Miller | |
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me] | |||
1998-06-29 | add ym (yamaha OPL3-SA3) PnP driver | Todd C. Miller | |
1998-06-29 | Add and use isa_intr_check(). | Jason Downs | |
1998-06-28 | Accept Modem and modem as match strings for PCMCIA modem cards. | Angelos D. Keromytis | |
1998-06-27 | have pmsprobe() attempt interrupt establishment; fail probe if interrupt in use | Theo de Raadt | |
1998-06-27 | make isa_intr_establish not panic, but return NULL for failure | Theo de Raadt | |
1998-06-25 | Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvt | Todd C. Miller | |
when we increase the OpenBSD version and our pcvt is now meaningfully diffable against the NetBSD one. | |||
1998-06-23 | wt0 moved to 0x308; avoids conflicts; burgess@cynjut.neonramp.com | Theo de Raadt | |
1998-06-17 | there is no such thing as APM_NOIDLE any more | Michael Shalayeff | |
1998-06-16 | Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru> | Todd C. Miller | |
1998-06-11 | nice DEBUGFLAGS handling | Michael Shalayeff | |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff | |
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything. | |||
1998-06-09 | there is no such thing as dprintf'' | Michael Shalayeff | |
1998-06-08 | use named constatnts | Michael Shalayeff | |
1998-06-08 | typos | Michael Shalayeff | |
1998-06-08 | consdev to come | Michael Shalayeff | |
1998-06-04 | cpuid return values for sysctl | Jason Downs | |
1998-06-04 | Make cpuid return values available via sysctl so that userland doesn't have | Jason Downs | |
to rifle through kmem for them. Also add a few more cpu names. | |||
1998-06-04 | Cleanup, partial KNF, only use TSC on non-Intel processors. | Jason Downs | |
1998-06-02 | untested isapnp joystick driver | Theo de Raadt | |
1998-05-30 | no math needed for cd9660 any more | Michael Shalayeff | |
1998-05-30 | kill the hack! | Michael Shalayeff | |
1998-05-30 | compile ctime.c | Michael Shalayeff | |
1998-05-29 | protect from multiple define collisions w/ pccons.h | Michael Shalayeff | |
pccons.h must be included first (for historical reasons ;) | |||
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-28 | grow kernel malloc area by 2M | Michael Shalayeff | |
1998-05-27 | conditional LD definition | Michael Shalayeff | |
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |
1998-05-25 | more CLEANFILES; oops | Michael Shalayeff | |
1998-05-25 | more CLEANFILES | Michael Shalayeff | |
1998-05-25 | Remove gobs of unneeded code. | Jason Downs | |
1998-05-25 | Major cleanup of configuration code; don't assume all the world is Intel, and | Jason Downs | |
don't duplicate the work of locore. | |||
1998-05-25 | Fix Cyrix model names and add MediaGX/GXm; add feature bit display. | Jason Downs | |
1998-05-25 | Add support for feature bit listing; fix #defines. | Jason Downs | |
1998-05-22 | More AMD model names. | Jason Downs | |
1998-05-21 | typo | Matthieu Herrb | |
1998-05-19 | cross-compile ready | Michael Shalayeff | |
1998-05-18 | start using new apiver things | Michael Shalayeff | |
1998-05-16 | shorten device probe messages to 2 lines | Theo de Raadt | |
1998-05-14 | change debug poke colors | Michael Shalayeff | |
1998-05-14 | * Better XR16C850 support. | Jason Downs | |
* Copyright. * General cleanup. |