Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-29 | fix a few more locators with ? that snuck in; mickey ok | Theo de Raadt | |
2004-12-29 | Add commented entries for David Young's Realtek 8180 driver (rtw). | Jonathan Gray | |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-25 | much space has been regained because of ramdisk fitting exercises in | Theo de Raadt | |
MI code. this has led to the i386 "laptop" floppy having a lot of extra space. heck, let's add minimum usb support! umass, ukbd, aue, url, and wi at usb should now work here. | |||
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat | |
2004-12-24 | Rewrite intlock/intunlock not to pass around interrupt frame directly | Peter Valchev | |
without copying which is against C conventions and broke GENERIC.MP with a gcc3 optimization From niklas, tested by many | |||
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl | |
ok mickey, deraadt | |||
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell | |
-#if NPCIBIOS > 0 +#if (NPCIBIOS > 0) || (NIOAPIC > 0) | |||
2004-12-20 | vge(4) in bsd.rd, only CD for now; ok deraadt | Peter Valchev | |
2004-12-19 | single comment in GENERIC replaces a file that gets out of date; discussed ↵ | Theo de Raadt | |
by many | |||
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-12-14 | fix a comment. | Hans-Joerg Hoexer | |
ok deraatd tdeval | |||
2004-12-08 | add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remains | David Gwynne | |
disabled for now. from deraadt@ | |||
2004-12-06 | set granularity for data segment used for struct cpu_info to bytes. | Hans-Joerg Hoexer | |
ok mickey deraadt tedu niklas | |||
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat | |
or nothing. Inspired by a similar recent change in NetBSD. | |||
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-12-02 | We do not support 2MB machines, so don't bother taking them into account | Miod Vallat | |
in allocsys(). | |||
2004-12-01 | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | Peter Valchev | |
from FreeBSD | |||
2004-11-29 | plug memory leaks on error | Patrick Latifi | |
ok canacar markus millert | |||
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵ | Michael Shalayeff | |
testing | |||
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat | |
2004-11-25 | crank ramdisk filesystem slightly to cope with firmwares inside the filesystem | Theo de Raadt | |
2004-11-23 | Use pci_matchbyid() for matching crazy VIA power management controllers | Alexander Yurchenko | |
and add a few ones. ``valiay'' 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-17 | proper autoconf attachments; grange@ testing; markus@ ok | Michael Shalayeff | |
2004-11-17 | atu(4) on by default, since it is now smaller | Theo de Raadt | |
2004-11-11 | no need to lock access for reading | joshua stein | |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko | |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker | |
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@ | |||
2004-11-08 | commented out entry for atu | David Gwynne | |
"yup" by deraadt@ | |||
2004-11-07 | enable ath, iwi, and ipw | Theo de Raadt | |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. | |||
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter | |
from NetBSD and FreeBSD. ok deraadt@ | |||
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis | |
nice deraadt@ | |||
2004-10-20 | disable the intel wireless stuff by default | Theo de Raadt | |
2004-10-20 | support for Intel 2100/2200BG/2915ABG wireless devices written by | Theo de Raadt | |
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers. | |||
2004-10-12 | remove text after #endif (errors out with gcc3) | Christian Weisgerber | |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok miod@ | |||
2004-10-05 | Support for 6300ESB (timecounter, not SpeedStep of course). | Alexander Yurchenko | |
2004-10-05 | Includes nit. | Alexander Yurchenko | |
2004-10-05 | - check if pm space is enabled | Alexander Yurchenko | |
- switch to pci_matchbyid() - minor nits | |||
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat | |
2004-10-05 | grab the perflevel during init so it's synced with reality. | Ted Unangst | |
other drivers to come. ok deraadt@ | |||
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-03 | nvram driver for i386 through /dev/nvram | joshua stein | |
currently read-only ok grange@, marius@ | |||
2004-10-03 | Kill <sys/types.h> | Alexander Yurchenko | |
2004-09-26 | make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten ↵ | Michael Shalayeff | |
Glaser <tg@66h.42h.de> | |||
2004-09-26 | Minor tweaks to unify with other timecounters. | Alexander Yurchenko | |
2004-09-25 | Timecounter support for Intel ICH chips, not enabled | Alexander Yurchenko | |
on any platform yet. |