summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* remove unused #includesphk1999-10-113-3/+0
|
* remove unused #includephk1999-10-114-4/+0
|
* remove unused #include, add $FreeBSD$phk1999-10-111-1/+2
|
* remove unused #includes.phk1999-10-111-2/+0
|
* Kill unused includesimp1999-10-112-2/+0
|
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-112-2/+4
| | | | | appears to have been lost sometime since joerge made this same fix in 1.47.
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-113-0/+6
| | | | (Incidently, there is no bounds checking...)
* Trim unused options (or #ifdef for undoc options).peter1999-10-1132-42/+12
| | | | Submitted by: phk
* Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68kpeter1999-10-111-21/+0
| | | | arches using owait(2).
* Add support for the USRobotics Courier V.Everything (USR0101) modem.steve1999-10-112-0/+2
| | | | Submitted by: Robert Blayzor <robert@superior.net>
* Trim some unused #includespeter1999-10-119-17/+2
| | | | Submitted by: phk
* Zap unneeded #include (found by phk)peter1999-10-113-18/+0
| | | | | Remove useless #include "joy.h"; #if NJOY > 0 - this is always true if it's being compiled. config arranges this.
* Zap unneeded #includespeter1999-10-1128-65/+5
| | | | Submitted by: phk
* Delete unneeded #includepeter1999-10-113-6/+0
| | | | Submitted by: phk
* Fix a bug in the isa attach code which would panic isa systems.sos1999-10-111-1/+1
|
* Replace cdevsw_add() and friends with make_dev()/remove_dev().newton1999-10-101-2/+41
|
* I don't know if this is the correct fix, but my kernel can compile with it.phk1999-10-102-2/+2
|
* Update the comments to say we are at draft 05 now.jhay1999-10-101-6/+1
|
* Remove unused include files.sos1999-10-107-14/+0
| | | | Submitted by: phk
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.peter1999-10-102-0/+4
|
* Use the proper #ifdef around union sigval and siginfo_t. This fixesmarcel1999-10-102-4/+4
| | | | | | the breakage of POSIX sources (such as XFree86). Reviewed by: bde
* Put IPFILTER_LKM into opt_ipfilter.h and delete the other two IPFILTERpeter1999-10-101-2/+1
| | | | options that previously went there.
* Don't try and build IPFILTER in LINT.peter1999-10-103-12/+0
|
* Remove ipfilter files - the hooks remain in ip_input.c and ip_output.cpeter1999-10-101-9/+0
|
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-1035-17662/+0
| | | | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. The hooks are staying although it would be better to port and use the NetBSD pfil interface rather than have custom hooks.
* Retire old and unused #includes.phk1999-10-104-318/+0
|
* Avoid using the osig* syscalls.marcel1999-10-101-21/+28
|
* Modify to work with the new sbreserve().green1999-10-091-1/+5
|
* Remove obsolete include file.phk1999-10-091-38/+0
|
* Remove another obsolete include file.phk1999-10-091-220/+0
|
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-0910-23/+109
| | | | usage limit.
* pnpparse.c is needed for kernel builds.phk1999-10-091-0/+1
|
* Add the options for the ATA driver.sos1999-10-091-0/+4
|
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-0912-710/+814
| | | | | | | | | | | | | | | | | | their HotRod controller and on SIIG PCI ultra DMA controller. These changes also made lots of the Promise code go away, its all much more generic this way. Get rid of atapi_immed_cmd, instead use the queue to move atapi commands from interrupt context if nessesary, the entire atapi layer has gotten an overhaul. Lots of fixes to utililize the new features in subr_disk.c etc, and get rid of the last biots of softc arrays in the drivers, the only one left is atadevices which cannot easily go away (yet). Use our own malloc names, its a lot easier to track memory usage this way. General cleanup overall.
* Give physio a makeover.phk1999-10-093-131/+60
| | | | | | | | | | | | | | | | | | | - Let physio take read/write compatible args and have it use uio->uio_rw to determine the direction. - physread/physwrite are now #defines for physio - Remove the inversly named minphys(), dev->si_iosize_max takes over. - Physio() always uses pbufs. - Fix the check for non page-aligned transfers, now only unaligned transfers larger than (MAXPHYS - PAGE_SIZE) get fragmented (only interesting for tapes using max blocksize). - General wash-and-clean of code. Constructive input from: bde
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.peter1999-10-092-0/+2
|
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.jhay1999-10-093-102/+150
| | | | | | NOTE: This will break building ntpd until ntpd has been upgraded to also support draft 05. People that want to build ntpd in the meantime can get patches from me.
* A leftover include file from pre-CAM days gets retired...phk1999-10-091-80/+0
|
* Factor out the PnP resource parser so that it can be re-used by pnpbiosdfr1999-10-093-234/+465
| | | | | | and acpi. Reviewed by: msmith
* Fix build break.dfr1999-10-092-2/+0
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Add net device to netboot.dfr1999-10-091-0/+3
|
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-093-921/+0
|
* - Point the right bits at the new location of the bus front ends.mdodd1999-10-095-10/+11
| | | | | | The 'bt' SCSI driver now lives in sys/dev/buslogic. - Correct a few comments.
* Add a newline to "WARNING: %s maxphys = 0 ??" so it doesn't trip upgreen1999-10-091-1/+1
| | | | syslogd. Note of course it's simply much more polite and correct, too :)
* - Restore correct operation of bt_mca.mdodd1999-10-092-16/+28
| | | | | | | | - Work around a problem not yet solved in the tree (but solved in mine.) device_get_ivars() should never be cast to a struct resource_list * The solution, under review, involves the creation of a device_get_resource_list() function. More later.
* Make interrupts shareable with RF_SHAREABLE. This is untested, butimp1999-10-092-2/+2
| | | | it compiles and should just work.
* Remove these files as they now live in sys/dev/dpt/mdodd1999-10-094-720/+0
|
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.imp1999-10-093-3/+3
| | | | | This allows newpcm to grok my es1370 based card, which shared interrupts with the ethernet card.
* Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices toimp1999-10-092-1/+2
| | | | | | | | | add nodes to the tree. Also, default to bus_generic_driver_added for the BUS_DRIVER_ADDED method. This allows newbus busses to be kldload'd. Reviewed by: dfr
* Switch over to the new location in sys/dev/dpt.mdodd1999-10-092-2/+3
| | | | Fix a forgotten #include
OpenPOWER on IntegriCloud