summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2001-03-06bit of cleaningTheo de Raadt
2001-03-06isapnp pcic fitsTheo de Raadt
2001-03-05Backs out changes to wsdisplay.c so alpha (and presumably others)Todd C. Miller
2001-03-05Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED.Aaron Campbell
2001-03-05this can contain minimal usb supportTheo de Raadt
2001-03-03Fix typo, "edx" -> "%edx", so that the %edx register is properly protectedAaron Campbell
2001-02-28shorter thus better printingsMichael Shalayeff
2001-02-28proper bang placementMichael Shalayeff
2001-02-28double the fixed storage size for io*_ex; deraadt@ okMichael Shalayeff
2001-02-28better print due to theo's suggestionMichael Shalayeff
2001-02-28make compile; update for pci, cardbus, usb, pcmciaTodd T. Fries
2001-02-28scan the isa hole for `optional rom's.Michael Shalayeff
2001-02-26Fix copyright; ericj@Aaron Campbell
2001-02-25Add wscons_machdep.c which is a constab-style wrapper driver for wscons onAaron Campbell
2001-02-22Enable the same PHYs that are enabled in GENERICChris Cappuccio
2001-02-22Enable lxtphy and qsphy because they both work fine for me, ok jason@Chris Cappuccio
2001-02-21+ sisTheo de Raadt
2001-02-21Remove old (non-wsmouse) pms driver. aaron@ ok.jbm
2001-02-20Import of wsmouse-compatible lms and mms drivers from NetBSD.jbm
2001-02-20Remove old (non wsmouse) lms and mms drivers. Remove the commented olms andjbm
2001-02-20add uftdiNathan Binkert
2001-02-19Avoid losing rtc after suspend/resume on some laptops. Ok provos@Hakan Olsson
2001-02-15Add iha (Initio SCSI)Kenneth R Westerback
2001-02-15Change i386 LSI/Symbios/NCR 53c8xx driver to siopKenneth R Westerback
2001-02-14Theo keeps remembering me things I forgotten. Add pcscp(4) here as well.Federico G. Schwindt
2001-02-14Add pcscp(4) per theo request.Federico G. Schwindt
2001-02-14Add pcscp support.Federico G. Schwindt
2001-02-13grr, pcvt ioctl support still requiredTheo de Raadt
2001-02-13rtc stops if we miss interrupts. Inspired by code from FreeBSD.Hakan Olsson
2001-02-13default more wscons optionsTheo de Raadt
2001-02-08kvtop() returns pa, not vaMichael Shalayeff
2001-02-06missed ) in if()Michael Shalayeff
2001-02-06i can be stooooopidMichael Shalayeff
2001-02-06only call apm_perror() if get_event() failedMichael Shalayeff
2001-02-04#endif in the wrong place, causing certain kernel configs to not compile;Aaron Campbell
2001-02-04Fix an off-by-{1,2,4} error in i386_space_copy(). Console is now working muchAaron Campbell
2001-02-04Minor indent botch.Aaron Campbell
2001-02-03make overlaping bus space copy operations work; solves vga's scrolling problemsMichael Shalayeff
2001-02-03make it compileMichael Shalayeff
2001-02-02Remove non-existant machine config -- replace w/laptop config that worksThorsten Lockert
2001-01-31still need pcvt files to build X, for nowTheo de Raadt
2001-01-30Rearrange into a more logical order; marc@snafu.orgAaron Campbell
2001-01-30Crank WSDISPLAY_DEFAULTSCREENS=6 to be more like pcvt (and so xdm starts).Aaron Campbell
2001-01-30enable uhci & ohci by defaultTheo de Raadt
2001-01-30do not install pcvt includes either; aaron@ okMichael Shalayeff
2001-01-30do not build pcvt toolsTheo de Raadt
2001-01-30change config files over to wsconsTheo de Raadt
2001-01-30Support for the wscons machine-independent console driver on the i386. ToAaron Campbell
2001-01-29Add ises, commented out.Hakan Olsson
2001-01-29shortenTheo de Raadt