summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
2000-01-17Remove `pc_disp_special'.Aaron Campbell
2000-01-17Remove `pcdisp_special', which was actually a gross hack. Instead, move theAaron Campbell
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console.
2000-01-16remove more references to -H and -V. -mojMats O Jansson
2000-01-15set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.orgTheo de Raadt
2000-01-15P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet boxTheo de Raadt
2000-01-13add pcic2; matt@zigg.comTheo de Raadt
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6.
2000-01-09Change an instance of #if NISA that should be #if NISADMATodd C. Miller
2000-01-09add dcphy (necessary for macronix 98715)Jason Wright
2000-01-06don't use _C_LABEL. but do use __STRINGDavid Leonard
2000-01-06add __weak_alias() macroDavid Leonard
2000-01-06remove mx & pn in favor of dcJason Wright
2000-01-03Remove ax and al from GENERIC; match with dc instead.Aaron Campbell
1999-12-30when db_panic is set, ignore ddb errors that come through the kdb_trap()Theo de Raadt
interface as well; assar@stacken.kth.se
1999-12-30comment out tr by now; deraadt@.Federico G. Schwindt
1999-12-27Add tr driver.Federico G. Schwindt
1999-12-15remove pn, replace with dcJason Wright
1999-12-08DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace theAaron Campbell
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD.
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-12-07Driver for Sundance ST201 Ethernet; from FreeBSD.Aaron Campbell
1999-12-05aha, no more mouse in pcvt and s/rl/sis/Michael Shalayeff
1999-12-04Driver for SiS 900/7016 Ethernet; from FreeBSD.Aaron Campbell
1999-12-04some hardware upgrades i've madeMichael Shalayeff
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
1999-12-02ef* on ramdisk floppiesTheo de Raadt
1999-12-02in the tradeoff between NFS and more device drivers, NFS loses. people whoTheo de Raadt
care about NFS should go do a kernel shrink. get me 45K of kernel shrink in the ramdisk without using an #ifdef, and i'll put NFS back.
1999-12-01uvm on the i386Theo de Raadt
1999-12-01noone needs to see this anymoreTheo de Raadt
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
driver to OpenBSD.
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
driver to OpenBSD.
1999-11-30Put the "faulting in a pt page map ..." printf behind #ifdef DEBUG.Artur Grabowski
1999-11-28Add commented out hsq entry.Jason Downs
1999-11-28Enable TI16750 UART support.Jason Downs
1999-11-28Add lpt at puc.Jason Downs
1999-11-27Shorten printf() strings, KNF, and fix a braino in a switch() statement.Aaron Campbell
1999-11-27define PAGE_SIZE and friends, 4K kernel size reduction and probable speed ↵Theo de Raadt
increase; art
1999-11-27thanks to aaron, more ethernet drivers fitTheo de Raadt
1999-11-27Winchip c6 TSC is broken; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-11-26switch_screen() takes three arguments, not two; d@Aaron Campbell
1999-11-26Up-to-dateNiklas Hallqvist
1999-11-26undo damage by aaron. what is it with you guys? 4 people (matthieu,Theo de Raadt
mjacob, d, aaron) have broken the tree in 48 hours. don't you guys do any testing?
1999-11-25sloppy aaronTheo de Raadt
1999-11-25Whoops, didn't mean to step on espie's toes. Also restore some commentsAaron Campbell
that shouldn't have been removed.
1999-11-25Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYSAaron Campbell
debugging cruft. Also fix a bug where you were not able to hold down the scrollback hotkeys.
1999-11-24spellingTheo de Raadt
1999-11-23re-enable mtrrTheo de Raadt
1999-11-23pretty mmtr messagesTheo de Raadt
1999-11-22do not add stuff that breaks everything except your own machine, matthieu!Theo de Raadt
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb