summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2004-12-31typoTheo de Raadt
2004-12-31Enable Realtek RTL8180 driver (rtw) to get more testing feedback.Jonathan Gray
2004-12-29fix a few more locators with ? that snuck in; mickey okTheo de Raadt
2004-12-29Add commented entries for David Young's Realtek 8180 driver (rtw).Jonathan Gray
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-25much space has been regained because of ramdisk fitting exercises inTheo de Raadt
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-24Rewrite intlock/intunlock not to pass around interrupt frame directlyPeter Valchev
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
2004-12-23Allow an i386 MP kernel to build without pcibios. miod@ okAaron Campbell
2004-12-20vge(4) in bsd.rd, only CD for now; ok deraadtPeter Valchev
2004-12-19single comment in GENERIC replaces a file that gets out of date; discussed by...Theo de Raadt
2004-12-19disable uyap by default, because it is that rareTheo de Raadt
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-14fix a comment.Hans-Joerg Hoexer
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsDavid Gwynne
2004-12-06set granularity for data segment used for struct cpu_info to bytes.Hans-Joerg Hoexer
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
2004-12-04add /etc/dhcpd.conf to FILES;Jason McIntyre
2004-12-02We do not support 2MB machines, so don't bother taking them into accountMiod Vallat
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev
2004-11-29plug memory leaks on errorPatrick Latifi
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...Michael Shalayeff
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-11-25crank ramdisk filesystem slightly to cope with firmwares inside the filesystemTheo de Raadt
2004-11-23Use pci_matchbyid() for matching crazy VIA power management controllersAlexander Yurchenko
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
2004-11-17proper autoconf attachments; grange@ testing; markus@ okMichael Shalayeff
2004-11-17atu(4) on by default, since it is now smallerTheo de Raadt
2004-11-11no need to lock access for readingjoshua stein
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-11-09Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsClaudio Jeker
2004-11-08commented out entry for atuDavid Gwynne
2004-11-07enable ath, iwi, and ipwTheo de Raadt
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter
2004-10-21SIGFPE signal codes for SSE.Mark Kettenis
2004-10-20disable the intel wireless stuff by defaultTheo de Raadt
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
2004-10-12remove text after #endif (errors out with gcc3)Christian Weisgerber
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-05Support for 6300ESB (timecounter, not SpeedStep of course).Alexander Yurchenko
2004-10-05Includes nit.Alexander Yurchenko
2004-10-05- check if pm space is enabledAlexander Yurchenko
2004-10-05Get prototypes through cons_decl(), so that they are always right.Miod Vallat
2004-10-05grab the perflevel during init so it's synced with reality.Ted Unangst
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
2004-10-03nvram driver for i386 through /dev/nvramjoshua stein
2004-10-03Kill <sys/types.h>Alexander Yurchenko
2004-09-26make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten Gla...Michael Shalayeff