summaryrefslogtreecommitdiff
path: root/sys/dev/hea
Commit message (Collapse)AuthorAgeFilesLines
* Remove un-needed #include's.Mike Spengler2000-01-171-1/+0
| | | | | | | Pointed out by: phk Notes: svn path=/head/; revision=56202
* Incorrect uses of NULL changed to 0Eivind Eklund1999-12-211-3/+3
| | | | Notes: svn path=/head/; revision=54936
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-22/+22
| | | | Notes: svn path=/head/; revision=50477
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-6/+8
| | | | | | | | | | | | | | | | events, in order to pave the way for removing a number of the ad-hoc implementations currently in use. Retire the at_shutdown family of functions and replace them with new event handler lists. Rework kern_shutdown.c to take greater advantage of the use of event handlers. Reviewed by: green Notes: svn path=/head/; revision=50107
* Allow configuration of up to 256 network interfaces per physical interface -Mike Spengler1999-05-101-3/+3
| | | | | | | just like the docs say it should. Notes: svn path=/head/; revision=46936
* Enable PCI bus master during attach in case the BIOS hasn't done it for us.Mike Spengler1999-05-101-47/+48
| | | | Notes: svn path=/head/; revision=46935
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-6/+2
| | | | | | | | | | | #define COMPAT_PCI_DRIVER(name,data) DATA_SET(pcidevice_set,data) .. to 2.2.x and 3.x if people think it's worth it. Driver writers can do this if it's not defined. (The reason for this is that I'm trying to progressively eliminate use of linker_sets where it hurts modularity and runtime load capability, and these DATA_SET's keep getting in the way.) Notes: svn path=/head/; revision=46813
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-2/+6
| | | | | | | hurt the driver portability to 3.x too much for where drivers are shared. Notes: svn path=/head/; revision=46024
* Shorten line.Eivind Eklund1999-04-121-3/+3
| | | | | | | Prodded by: bde Notes: svn path=/head/; revision=45619
* Staticize.Eivind Eklund1999-04-111-3/+3
| | | | Notes: svn path=/head/; revision=45575
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-273-14/+13
| | | | | | | | Also disable one usb module in LINT due to fatal compilation errors, temporary. Notes: svn path=/head/; revision=43295
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-4/+4
| | | | Notes: svn path=/head/; revision=41771
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-042-8/+11
| | | | | | | | | | | | | | | | | for possible buffer overflow problems. Replaced most sprintf()'s with snprintf(); for others cases, added terminating NUL bytes where appropriate, replaced constants like "16" with sizeof(), etc. These changes include several bug fixes, but most changes are for maintainability's sake. Any instance where it wasn't "immediately obvious" that a buffer overflow could not occur was made safer. Reviewed by: Bruce Evans <bde@zeta.org.au> Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> Reviewed by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=41514
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-319-45/+45
| | | | | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk Notes: svn path=/head/; revision=40799
* Add a missing ++.Poul-Henning Kamp1998-10-181-3/+3
| | | | | | | | Noticed by: gcc via phk Submitted by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=40509
* Two patches from the HARP people:Poul-Henning Kamp1998-09-173-10/+10
| | | | | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=39412
* Add new files for HARP3Poul-Henning Kamp1998-09-1513-0/+4646
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA). Notes: svn path=/head/; revision=39232