aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add more MBOX and ASYNC event defines.Matt Jacob2001-08-161-0/+4
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notMatt Jacob2001-08-161-1/+2
* Enable LIP F8, LIP Reset async events.Matt Jacob2001-08-161-4/+45
* Fix typoJulian Elischer2001-08-161-1/+1
* Only allocate teh 1540 byte buffer if we need it..Julian Elischer2001-08-161-18/+18
* Reduce stack allocation (stack-fast?).Mark Peek2001-08-161-38/+63
* Fix a dangling {David E. O'Brien2001-08-161-1/+1
* Minor style(9)'ingDavid E. O'Brien2001-08-161-2/+9
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-1611-170/+208
* Use the backwards compatability mechanisms so that ps/top etc dont havePeter Wemm2001-08-162-13/+24
* Use explicit sizes for the prpsinfo command length string so thatPeter Wemm2001-08-162-2/+4
* Don't allocate a 512 byte buffer on the stack in snplwrite. It'sDima Dorfman2001-08-161-5/+12
* There is no MD_OBJET disk type, it's actually MD_SWAP. I guess theDima Dorfman2001-08-161-1/+1
* Still more changes to try to prevent TX lockups. Will wait for one moreBill Paul2001-08-164-14/+96
* Don't allocate an entire 1500 byte buffer on the stack.Julian Elischer2001-08-152-5/+14
* OFF_T -> OFF (more standard style)Andrey A. Chernov2001-08-1510-20/+20
* The 'astpending' variable is already declared in trap.c (and unused inJohn Baldwin2001-08-151-1/+0
* FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHEDJohn Baldwin2001-08-153-15/+0
* Add OFF_T_MAX/OFF_T_MINAndrey A. Chernov2001-08-156-0/+18
* Add OFF_T_MAX/OFF_T_MINAndrey A. Chernov2001-08-154-0/+12
* Tweak the interrupt handler so that we call the txeof handler more often,Bill Paul2001-08-152-4/+10
* Convert the if_sis and if_rl drivers to use the bus_dma API instead ofBill Paul2001-08-154-67/+359
* Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,Bill Paul2001-08-153-1/+10
* Old business: some SMP support.Matt Jacob2001-08-151-8/+16
* Old business: be able to disable processor configuration from resource.Matt Jacob2001-08-151-11/+32
* Whitespace fixes to make this mostly fit in 80 columns.John Baldwin2001-08-152-66/+124
* Don't dump on the label sector or below. This avoids clobbering theBruce Evans2001-08-152-4/+5
* There is no tcic driver, so no need to list it here.Warner Losh2001-08-151-1/+0
* Style changes to commonize the various platforms.David E. O'Brien2001-08-153-27/+27
* Sync up with the latest ansi.h in other platforms -- especially RUNE andDavid E. O'Brien2001-08-151-20/+46
* No tokens should follow #endif.David E. O'Brien2001-08-151-2/+2
* In order to bring about the end of the universe, delete the lines:Peter Wemm2001-08-156-12/+0
* Merge from stable (which seems to have been spammed at some point in current):Warner Losh2001-08-142-3/+12
* Implement PIOCSRESOURCE for mecia like we do for pcic.Warner Losh2001-08-141-1/+37
* Minor style(9) nits to make code more readableWarner Losh2001-08-141-4/+3
* Implement kernel semaphores.Jason Evans2001-08-143-0/+238
* Fix yet another "unconditionally free()ing memory without even checkingBill Paul2001-08-141-1/+7
* Treat min,max of 0,0 for IRQ special. Reject it if we didn't specificallyWarner Losh2001-08-141-3/+26
* For TI12xx and newer, clear register 0x84. This is the "Multimedia"Warner Losh2001-08-142-15/+37
* linux ls fails on DEVFS /dev because linux_getdents fails becausePoul-Henning Kamp2001-08-141-4/+22
* Try to support the Cirrus Logic PD6833 better in pci mode. This isWarner Losh2001-08-142-18/+42
* Add a GENERIC kernel config for sparc64.Jake Burkholder2001-08-142-0/+33
* Add some definitions that got left out, *blush*.Jake Burkholder2001-08-141-0/+22
* Don't define ELF_RTLD_ADDR twice.Jake Burkholder2001-08-141-1/+0
* In prom_halt(), set the halt restart flags on the current CPU, not theJohn Baldwin2001-08-131-2/+1
* Remove IPI_HALT to make way for a more correct fix for halts and restartsJohn Baldwin2001-08-134-23/+0
* Minor style nits: cleanup and add some function prototypes.John Baldwin2001-08-131-2/+5
* Add sx_try_upgrade() and sx_downgrade().Jason Evans2001-08-132-0/+50
* Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingSemen Ustimenko2001-08-132-18/+14
* Add support for 802.1Q VLAN and oversized ethernet frames.Semen Ustimenko2001-08-136-9/+71