| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). | Alan Cox | 2003-08-02 | 4 | -4/+4 |
| * | There's already the elink.ko module available, don't embed it here. | Ruslan Ermilov | 2003-08-02 | 1 | -2/+1 |
| * | Both 'c' an 'lines' are unused, the bogus init of lines was accidentally | John Baldwin | 2003-08-02 | 1 | -2/+1 |
| * | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in proc_rwmem(). | Alan Cox | 2003-08-02 | 1 | -1/+1 |
| * | fix braino in last commit. | Julian Elischer | 2003-08-02 | 1 | -1/+1 |
| * | Support the Titan VScom PCI-200HV2 2 port serial card. | Bruce Evans | 2003-08-02 | 1 | -0/+10 |
| * | Kick Giant compatibility one layer up. | Poul-Henning Kamp | 2003-08-02 | 1 | -9/+1 |
| * | Grab Giant in bufdonebio() since drivers may not hold it. | Poul-Henning Kamp | 2003-08-02 | 1 | -0/+4 |
| * | Merged from sys/dev/sio/sio.c revision 1.400. | Yoshihiro Takahashi | 2003-08-02 | 2 | -6/+12 |
| * | Grab Giant in physio() since non-giant drivers are starting to appear. | Poul-Henning Kamp | 2003-08-02 | 1 | -0/+3 |
| * | Merged from sys/dev/ppc/ppc.c revision 1.42. | Yoshihiro Takahashi | 2003-08-02 | 2 | -88/+74 |
| * | MFi386: revision 1.449. | Yoshihiro Takahashi | 2003-08-02 | 1 | -0/+1 |
| * | Don't hardcode unit 0 for the current device if we're loaded from an | Marcel Moolenaar | 2003-08-02 | 4 | -35/+31 |
| * | Relax the check for bad LDTE allocations. It turns out that | Julian Elischer | 2003-08-02 | 1 | -4/+21 |
| * | - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in | Alan Cox | 2003-08-02 | 1 | -3/+1 |
| * | o remove bmisshack no longer needed with the BSSID fix in v0.9.5.2 of the hal | Sam Leffler | 2003-08-02 | 1 | -14/+17 |
| * | This commit was generated by cvs2svn to compensate for changes in r118339, | Sam Leffler | 2003-08-02 | 6 | -2996/+3216 |
| |\ |
|
| | * | Version 0.9.5.2:vendor/ath/0.9.5.2 | Sam Leffler | 2003-08-02 | 6 | -2996/+3216 |
| * | | PC98 uses different mask of IRQ. | Yoshihiro Takahashi | 2003-08-02 | 2 | -4/+16 |
| * | | Eliminate an abuse of kmem_alloc_pageable() in bufinit() | Alan Cox | 2003-08-02 | 1 | -6/+1 |
| * | | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in sf_buf_init(). | Alan Cox | 2003-08-02 | 1 | -1/+1 |
| * | | Don't use uint64_t. Use unsigned long instead. One is supposed to use | Marcel Moolenaar | 2003-08-02 | 1 | -2/+2 |
| * | | Fix a dumbass mistake. I had the 'set' and 'get' reversed in the | Peter Wemm | 2003-08-02 | 1 | -2/+2 |
| * | | The MI code was modified to filter the devices based on its header | Warner Losh | 2003-08-01 | 1 | -0/+8 |
| * | | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2. | Warner Losh | 2003-08-01 | 2 | -10/+2 |
| * | | Add hw.pci.irq_override_mask, which is a mask of interrupts that are | Warner Losh | 2003-08-01 | 2 | -0/+28 |
| * | | Update the comment at the head of kmem_alloc_nofault() to describe its | Alan Cox | 2003-08-01 | 1 | -1/+5 |
| * | | Only free the pcpu cache buckets if they are non-NULL. | Bosko Milekic | 2003-08-01 | 1 | -4/+6 |
| * | | Add facilities for tuning the "em" driver's interrupt delays without | John Polstra | 2003-08-01 | 3 | -39/+143 |
| * | | Workaround for gcc on alpha/ia64. | Hidetoshi Shimokawa | 2003-08-01 | 1 | -6/+4 |
| * | | Fix kernel build -- 'c' was the unused var, not 'lines'. | David E. O'Brien | 2003-08-01 | 1 | -1/+1 |
| * | | Add comment point o2micro people to NEWCARD | Warner Losh | 2003-08-01 | 1 | -0/+2 |
| * | | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. | Robert Watson | 2003-08-01 | 9 | -252/+162 |
| * | | Write the preserved registers to (and read them from) struct reg and | Marcel Moolenaar | 2003-08-01 | 1 | -4/+4 |
| * | | Fix ordering bug created by previous commit. While here, make ppc(4) | Marcel Moolenaar | 2003-08-01 | 1 | -1/+1 |
| * | | Forgot an added file in the last commit. | Doug Ambrisko | 2003-08-01 | 1 | -0/+49 |
| * | | Clean up fwdev. | Hidetoshi Shimokawa | 2003-08-01 | 4 | -211/+234 |
| * | | Add printer support to puc(4) driver. | Doug Ambrisko | 2003-08-01 | 9 | -2479/+138 |
| * | | - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now. | Hidetoshi Shimokawa | 2003-08-01 | 1 | -2/+2 |
| * | | Remove Giant from writev(2). Eliminate trivial style differences between | Alan Cox | 2003-08-01 | 1 | -11/+4 |
| * | | - Detect full of DMA channel correctly. | Hidetoshi Shimokawa | 2003-08-01 | 1 | -2/+1 |
| * | | Remove unused stuff. | Poul-Henning Kamp | 2003-07-31 | 2 | -17/+15 |
| * | | Improve consistency with the Biba policy -- rename | Robert Watson | 2003-07-31 | 1 | -23/+10 |
| * | | If a spin lock is held for too long and WITNESS is enabled, then call | John Baldwin | 2003-07-31 | 2 | -6/+18 |
| * | | Add a new function to look for a spinlock's instance when it is held by | John Baldwin | 2003-07-31 | 2 | -0/+22 |
| * | | Remove a suser() check in the mac_biba policy: the MAC Framework itself | Robert Watson | 2003-07-31 | 1 | -19/+0 |
| * | | Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new | John Baldwin | 2003-07-31 | 3 | -80/+21 |
| * | | Add a one-shot callout facility to db_printf() that executes the registered | John Baldwin | 2003-07-31 | 3 | -0/+75 |
| * | | Record the missing module dependency ("amd" on "cam"). | Ruslan Ermilov | 2003-07-31 | 1 | -0/+1 |
| * | | Implement a traffic shaping option for the PCA200 for CBR channels. | Hartmut Brandt | 2003-07-31 | 5 | -1/+247 |