summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2004-09-26Minor tweaks to unify with other timecounters.Alexander Yurchenko
2004-09-25Timecounter support for Intel ICH chips, not enabledAlexander Yurchenko
2004-09-22Remove unused option CPU.Alexander Yurchenko
2004-09-20addres -> addressMiod Vallat
2004-09-17Remove option EON from kernel and options(4)Mathieu Sauve-Frankel
2004-09-16Add disabled piixpm and gscpm.Alexander Yurchenko
2004-09-16spacingTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-09-15gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver.Alexander Yurchenko
2004-09-15fix proto for sysarch()Theo de Raadt
2004-09-09cpu_setup functions passed wrong first arg; from foleite@yahoo.com.brTheo de Raadt
2004-09-07Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSDNiklas Hallqvist
2004-08-27Add wsmux to support USB keyboards on RAMDISK_CD, which has usb support,Dale Rahn
2004-08-24Better description of the path to bsd.rd, to avoid having to update itTom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Have cdboot look for /3.6/i386/bsd.rd first.Tom Cosgrove
2004-08-24Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot.Tom Cosgrove
2004-08-24fix the microtime renaming leftover; from Emil Mikulic <g5ba9cd0@dmr.ath.cx>;...Michael Shalayeff