Age | Commit message (Expand) | Author |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-05-01 | - Sync nubus IDs with NetBSD and add some more | Martin Reindl |
2005-04-26 | new NuBus slot space mapping/probing code utilizing bus_space(9) | Martin Reindl |
2005-04-24 | - switch Scott Reynold's copyright to 3-clause BSD | Martin Reindl |
2005-03-04 | match a bunch more Nubus cards from NetBSD; | Martin Reindl |
2005-02-11 | for reference purposes it makes more sense to have NetBSD RCSID here; | Martin Reindl |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2005-01-04 | - make sure int is in running state before touching the multicast filter | Brad Smith |
2005-01-04 | ifdef MCDEBUG printf on FIFO overflows as discussed with Nick | Martin Reindl |
2005-01-04 | martin' last commit made mc(4) reset the multicast filter twice. | Brad Smith |
2004-12-26 | Typos | Miod Vallat |
2004-12-15 | sync with NetBSD but replace hand crafted crc logic with ether_crc32_le() | Martin Reindl |
2004-12-13 | Store the local ethernet address in struct arpcom and suddenly mc(4) starts | Claudio Jeker |
2004-12-13 | Dead meat. | Miod Vallat |
2004-12-10 | pseudo-DMA for non-AV Quadras, inspired by NetBSD | Martin Reindl |
2004-12-09 | add missing line in history section that didn't make it through the first | Martin Reindl |
2004-12-08 | Register serial interrupts on the right sources on AV machines, was broken | Miod Vallat |
2004-12-08 | Tweak interrupt handling code to allow shared interrupts for VIA2 sources. | Miod Vallat |
2004-12-08 | Only map the DAFB video registers in attach, so that other code can map | Miod Vallat |
2004-12-03 | Always attach intvid even if the monitor sense code seems wrong; this is | Miod Vallat |
2004-12-02 | Oops, repair *SBC kernels. | Miod Vallat |
2004-12-01 | Let kernels with option DEBUG link again. | Miod Vallat |
2004-11-28 | Correct pmap_enter() flags usage. | Miod Vallat |
2004-11-26 | More interrupt system cleaning and homogenization: | Miod Vallat |
2004-11-25 | Move towards a more flexible and generic interrupt system, as well as better | Miod Vallat |
2004-08-03 | the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@ | Todd T. Fries |
2004-04-16 | probe correct amount of RAM on cards that have 64KB memory | Xavier Santolaria |
2004-04-02 | set correct MAC address for Farallon eth' cards. | Xavier Santolaria |
2004-03-09 | typo; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2004-01-13 | Then, kill %: printf format... | Miod Vallat |
2004-01-10 | Sorry miod, this file is needed. Look at the bottom | Bob Beck |
2004-01-09 | typos from Jared Yanovich; | Jason McIntyre |
2003-12-21 | Unused. | Miod Vallat |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-05 | 3/4 knockout for peter galbavy | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-09 | No need to map framebuffers executable. Really. | Artur Grabowski |
2003-05-09 | Remove dead (ifdef 0) code that pollutes my greps. | Artur Grabowski |
2003-03-14 | spl police. | Miod Vallat |
2003-03-14 | Zombies on the bridge, captain. | Miod Vallat |
2003-03-12 | backout the two previous patches, it breaks the 3com ae card and I don't | Jason Wright |
2003-02-26 | Fix symbol clash that would prevent a kernel configured with both ncr5380 | Miod Vallat |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-28 | Remove (now) bogus diagnostic check and set the output length correctly (why ... | Jason Wright |
2003-01-27 | padd < mimimum sized frames with 0's instead of whatever the chip wants; base... | Jason Wright |
2003-01-19 | shut up, dn(4). There's really no need to printf junk nobody wants to read | Henning Brauer |