Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-27 | Instead of using options to configure code, use machine header files | Dale Rahn | |
<machine/intr.h>. On the road to cleanup. | |||
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-01 | fix #endif crud | Theo de Raadt | |
2005-11-25 | splimp -> splhigh in setroot()/rootconf(). | Brad Smith | |
ok miod@ drahn@ | |||
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt | |
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others | |||
2005-08-28 | axe gig needs eephy; noted by dlg/jsg, add to required media | Theo de Raadt | |
2005-08-03 | missing safte/ses/scsibus pieces | Martin Reindl | |
discussed with dlg@, ok deraadt@ | |||
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-14 | Remove de(4) from cats, it does not work for any of the developers in | Dale Rahn | |
the (rather picky) cats board. It is also the last device to use vtophys on arm. | |||
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn | |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn | |
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@ | |||
2005-05-13 | /dev/speaker node on cats. | Miod Vallat | |
2005-05-13 | enable spkr by default; ckuethe 4201 | Theo de Raadt | |
2005-05-06 | Fix links target. | Marco Peereboom | |
2005-05-06 | make tags and links work, and use all sources | Uwe Stuehler | |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt | |
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau | |
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@ | |||
2005-02-15 | Enable phys found in various USB devices on more archs. | Jonathan Gray | |
ok brad@, dlg@ | |||
2005-01-21 | Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment, | Miod Vallat | |
and collateral changes. Because this driver requires us_dma (and as such, vm services) to work, it can not be selected in consinit(). Instead, add a hook to the arm cpu_startup() which will, on zaurus, switch console from serial (selected in consinit()) to lcd. This also makes the zaurus-specific early pxa2x0_clkman() substitute code cleaner. While there, move boot -c handling later, after the glass console is set up. Tested by drahn@ and uwe@ | |||
2005-01-14 | ubt(4): USB Bluetooth driver, commented out in all kernel config | Alexander Yurchenko | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ | |||
2005-01-13 | we only need one copy of wsmux. | Dale Rahn | |
2005-01-06 | use wsmux more; miod ok | Theo de Raadt | |
2005-01-04 | Remove or comment out stuff installation media can live without. | Miod Vallat | |
2005-01-04 | cleaner pci/fcom arm cats vs zaurus config. | Dale Rahn | |
2005-01-03 | put keyboard on mux 1; miod ok | Theo de Raadt | |
2004-12-26 | Better include-once-only preprocessor symbol name. | Miod Vallat | |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt | |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray | |
Tested by serveral people. ok millert@, mickey@ | |||
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat | |
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@ | |||
2004-11-12 | #atu | Theo de Raadt | |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. | |||
2004-10-08 | pseudo-device crypto is unnecessary for installs. | Ryan Thomas McBride | |
kill kill kill kill miod@ | |||
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-01 | Add lc(4), reported as working by mcbride@ | Dale Rahn | |
2004-09-16 | Remove remnants of dale's debugled() code, and quiet early boot process more. | Miod Vallat | |
ok drahn@ | |||
2004-09-16 | spacing | Theo de Raadt | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-08-05 | again, sync usb device support accross archs by adding cdce | David Gwynne | |
ok deraadt@ | |||
2004-05-19 | de __P of sys/arch/cats. | Dale Rahn | |
2004-04-18 | unify the whole USB section with the already-improved i386 GENERIC | Peter Valchev | |
2004-04-07 | hifn card works just fine (with working /dev/crypto). | Dale Rahn | |
2004-03-11 | add more phy | Theo de Raadt | |
2004-03-11 | Honour RB_USERREQ in cats boot() | Tom Cosgrove | |
reminded by miod@, ok deraadt@ | |||
2004-02-26 | APERTURE and USER_PCICONF for possible X server support. | Dale Rahn | |