summaryrefslogtreecommitdiff
path: root/sys/conf/files
AgeCommit message (Expand)Author
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini
2006-01-02Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexecMiod Vallat
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod Vallat
2005-12-06Remove fdescfsPedro Martelletto
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-10split the sensors stuff out into a source file of its own.David Gwynne
2005-11-01Remove the call to ieee80211_ifattach() for the moment as itJonathan Gray
2005-10-31jsg forgot to specify that wi(4) now needs wlan option; ok miodTheo de Raadt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
2005-07-17Attach com(4) to the built-in modem found on Tadpole SPARCbooks.Miod Vallat
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ...Michael Shalayeff
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-06-16unbust "com at pxaip" attachment so that there is no need to enableUwe Stuehler
2005-06-08Xerox NS leaves usHenning Brauer
2005-06-07no more CCITTHenning Brauer
2005-06-03com_pxa2x0 must cause com.c compilation; piece missed by uweTheo de Raadt
2005-05-29cleanup rtwReyk Floeter
2005-05-26trunk depends on ifmedia.Miod Vallat
2005-05-26RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@Pedro Martelletto
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2005-04-16Remove regs and fpregs pseudo-files from procfs.Mark Kettenis
2005-03-29in right placeTheo de Raadt
2005-03-29Bring in UDF support from FreeBSD, disabled for now.Pedro Martelletto
2005-03-08Cosmetics...Thierry Deval
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.Reyk Floeter
2005-02-19add support for the atheros ar5212 wireless chipsets. it is notReyk Floeter
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
2005-01-14First step in Bluetooth protocol stack support.Alexander Yurchenko
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray
2004-12-22Use vfs firmware loader for fxp(4) interrupt coalescing microcode.Alexander Yurchenko
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2004-11-23support the gpio found on ath(4) devices.Reyk Floeter
2004-11-17firmware loading; ok pedro tedu dlg miodTheo de Raadt
2004-11-02imported Sam Leffler's ath driver for atheros multimode wireless nicsReyk Floeter
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-09-15add pcxu tlb handlers and cpu probingMichael Shalayeff
2004-09-14remove remaining unused traces from src routeHenning Brauer
2004-08-05Cleanup attachs for com and lpt for mips.Per Fogelstrom
2004-07-29put the scheduler in its own file. reduces clutter, and logically separatesTed Unangst
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-07-21kqueue support for NFS, adapted from netbsd.marius eriksen
2004-07-20Introducing mutexes - cpu-owned spinning locks with spl semantics.Artur Grabowski