Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-24 | Whoops, need to include the IGN... zs@fhc now sorta works (kinda...) | Jason Wright | |
2004-09-24 | zs@fhc | Jason Wright | |
2004-09-24 | fix up attachment of zs@fhc | Jason Wright | |
2004-09-24 | setup interrupt handling for fhc attached devices | Jason Wright | |
2004-09-24 | clean | Jason Wright | |
2004-09-24 | need linear mappings for the intrmap/clr register sets | Jason Wright | |
2004-09-24 | fhc registers (enough for now anyway) | Jason Wright | |
2004-09-24 | Add DELAY in rx_putonline() such that we can boot on the SIMH VAX simulator. | Mark Kettenis | |
ok hugh@ | |||
2004-09-24 | pmtu support for udpencap; ok hshoexer, ho | Markus Friedl | |
2004-09-24 | pass segment size to userland; ok deraadt@ | Markus Friedl | |
2004-09-24 | timedout is not an english word, complaint from theo, ok marco | Henning Brauer | |
2004-09-24 | new style interrupt counters; pefo ok | Theo de Raadt | |
2004-09-24 | Missing $OpenBSD$ tag. | Alexander Yurchenko | |
2004-09-24 | Multiple inclusion protection. | Alexander Yurchenko | |
2004-09-24 | Add missing Manuel Bouyer copyright. | Alexander Yurchenko | |
2004-09-24 | Multiple inclusion protection. | Alexander Yurchenko | |
2004-09-23 | change KERN_INTRCNT_CNT to return a quad; ok tedu | Theo de Raadt | |
2004-09-23 | Correctly test for prom memory mapping failure. Fortunately no system we | Miod Vallat | |
know of provides prom memory mappings for com(4)... | |||
2004-09-23 | sync | Alexander Yurchenko | |
2004-09-23 | Correct AAR-1210SA name a bit to match netbsd. | Alexander Yurchenko | |
2004-09-23 | add ETHER_MAX_DIX_LEN | Brad Smith | |
2004-09-23 | prepare the way for multi-bus attachment of zs (specifically zs@fhc). | Jason Wright | |
Remove the zs@mainbus stuff from files.sparc64 (nothing uses it) don't forget to rerun config... | |||
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2004-09-23 | remove some more compile time overrides, use the sysctl's. | Brad Smith | |
ok markus@ | |||
2004-09-23 | central@mainbus, fhc@central, fhc@mainbus, and clock@fhc | Jason Wright | |
2004-09-23 | clock@fhc | Jason Wright | |
2004-09-23 | - fix the bus_map functions (get the parent node right) | Jason Wright | |
- remove a bunch of debugging goop | |||
2004-09-23 | RTL8201L PHY support; from FreeBSD. | Federico G. Schwindt | |
2004-09-23 | use .c versions of certain functions. 32 bit mode | Per Fogelstrom | |
2004-09-23 | make it compile with _STANDALONE, ok deraadt@ | Per Fogelstrom | |
2004-09-23 | Clean clean clean... should be OK now | Per Fogelstrom | |
2004-09-23 | More pmap bugs cleaned out. Some old, some new. | Per Fogelstrom | |
Better structured pmap.c. Evil still in there, more work to do. | |||
2004-09-23 | vput on all paths after vget (currently unused code). from patrick latifi | Ted Unangst | |
2004-09-23 | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled | Brad Smith | |
by default label. - fill in kn_data with the number of bytes available, same behavior as FreeBSD/NetBSD. ok tedu@ | |||
2004-09-22 | the following patch fixes a bug preventing midi uarts that do | Theo de Raadt | |
not support interrupts on output, from writing blocks larger than MIDI_MAXWRITE bytes. tested on both kinds of devices from alex-contact@caoua.org | |||
2004-09-22 | Bring some enhancements and fixes to fdc(4) from NetBSD: | Miod Vallat | |
- better state machine, will prevent "eject fd0" with an empty drive to spin. - will not attach fd children to fdc if no floppy drive is present (though the PROM usually finds this for us). - use biowait() in fdformat() instead of rolling our own. - drop 5"1/4 formats table. - cope with non 512 bytes per sector formats. | |||
2004-09-22 | Bring in libsa code for proper %llx printf display; necessary for /boot. | Miod Vallat | |
ok deraadt@ | |||
2004-09-22 | Add code to let 32bit code *printf() {u,}int64_t values. | Miod Vallat | |
Only enabled if libsa is compiled with the adequate define, so as not to grow bootblocks which do not need this feature. ok deraadt@ | |||
2004-09-22 | infrastructure for central, fhc(mainbus/central), and clock@fhc | Jason Wright | |
2004-09-22 | firehose controller driver (not quite working) for the e4500 (and others) | Jason Wright | |
2004-09-22 | account for linkhdr size when choosing mbufs vs mbuf clusters | Theo de Raadt | |
ok dhartmei markus claudio henning mcbride ... | |||
2004-09-22 | driver for the "central" controller on the E4500 (and others) [fhc and ↵ | Jason Wright | |
others to follow] | |||
2004-09-22 | Add systrace support. | Miod Vallat | |
2004-09-22 | sync | Alexander Yurchenko | |
2004-09-22 | 1210SA is not a SiI product really. | Alexander Yurchenko | |
2004-09-22 | sync | Alexander Yurchenko | |
2004-09-22 | Another Aralion chip ARS0303D ATA133. | Alexander Yurchenko | |
Device id obtained from the linux driver provided by Alexey E. Suslikov <cruel@texnika.com.ua>. | |||
2004-09-22 | Remove unused option CPU. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-09-22 | On single SCSI slot O2's the first disk is numbered 2 (the slot number) | Per Fogelstrom | |
by the ARCS Bios. To make the kernel pick up the right sd number offset the slots if the CPU is a R10K or larger. R10K's and up are those with single disk slots. A more correct solution would be to dig down and check the SCSI ID's, but right now this solutions works OK. | |||
2004-09-22 | Partially revert 1.9, the new mod/ref accounting has issues with mmap(). | Miod Vallat | |