summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct placement of $FreeBSD$ CVS identifier.Jeroen Ruigrok van der Werven2000-01-131-1/+1
| | | | Notes: svn path=/head/; revision=55915
* Change ``from'' to ``to''.Jeroen Ruigrok van der Werven2000-01-131-1/+1
| | | | | | | | PR: 15729 Submitted by: Kim Toms Notes: svn path=/head/; revision=55914
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()Yoshinobu Inoue2000-01-132-2/+8
| | | | | | | on INET6 enabled environment. Notes: svn path=/head/; revision=55913
* Add the LSI-Logic 53C875e chipset and the DawiControl DC2976UW entriesJeroen Ruigrok van der Werven2000-01-131-2/+3
| | | | | | | | | | to our hardware list. PR: 15744 Submitted by: Sascha Blank <blank@uni-tier.de> Notes: svn path=/head/; revision=55911
* Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?)Peter Wemm2000-01-131-0/+1
| | | | | | | code that exports the bus heirarchy to hw.devices.* Notes: svn path=/head/; revision=55910
* Add myself as ntp docs maintainer, with roberto's permission.Sheldon Hearn2000-01-131-0/+2
| | | | Notes: svn path=/head/; revision=55907
* Fix page fault in -vv mode.Ruslan Ermilov2000-01-131-2/+2
| | | | | | | | | PR: 16098 Submitted by: Alan.Judge@indigo.ie Reviewed by: ru Notes: svn path=/head/; revision=55906
* Add dhclient(8) crossreference to the dhcp_flags section.Jeroen Ruigrok van der Werven2000-01-131-0/+3
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=55905
* Synced with sys/dev/syscons/syscons.c rev 1.331.KATO Takenori2000-01-131-27/+28
| | | | Notes: svn path=/head/; revision=55904
* Fix old style /fB /fR emphasis to the correct usage of .Em or otherJeroen Ruigrok van der Werven2000-01-131-4/+9
| | | | | | | | more appropriate uses of mdoc macros given the context they were used in. Notes: svn path=/head/; revision=55903
* Add crossreference to dhclient(8) since our interfaces nowadaysJeroen Ruigrok van der Werven2000-01-131-0/+1
| | | | | | | support DHCP and more information would be handy. Notes: svn path=/head/; revision=55902
* Synced with following changes:KATO Takenori2000-01-132-14/+0
| | | | | | | | | | | | | | | | | | | | | | | >yokota 2000/01/11 05:39:06 PST > > Modified files: > sys/dev/usb ukbd.c > sys/dev/kbd atkbd.c kbd.c kbdreg.h > Log: > Rework shifta/ctla/alta key handling. It appears that there was > misunderstanding between the PR originator and me. I hope I got it > right this time. > > Revision Changes Path > 1.22 +4 -1 src/sys/dev/usb/ukbd.c > 1.21 +1 -8 src/sys/dev/kbd/atkbd.c > 1.16 +19 -10 src/sys/dev/kbd/kbd.c > 1.9 +2 -2 src/sys/dev/kbd/kbdreg.h Submitted by: yokota Notes: svn path=/head/; revision=55901
* Synced with sys/isa/sio.c rev 1.284.KATO Takenori2000-01-132-6/+6
| | | | Notes: svn path=/head/; revision=55900
* Add description for how to enable DHCP for network interfaces.Jeroen Ruigrok van der Werven2000-01-131-0/+10
| | | | | | | | | PR: 15980 Submitted by: John Reynolds <jjreynold@home.com> Reviewed by: sheldonh Notes: svn path=/head/; revision=55899
* Fixed missing include and missing arg in synopsis.Bruce Evans2000-01-131-1/+2
| | | | Notes: svn path=/head/; revision=55898
* Fixed missing include in synopsis.Bruce Evans2000-01-132-0/+2
| | | | Notes: svn path=/head/; revision=55897
* Move the Variables section of the old ntp_misc(8) manual page toSheldon Hearn2000-01-131-9/+9
| | | | | | | the correct location in the ntpd(8) page. Notes: svn path=/head/; revision=55896
* Abandon hope of keeping in line with the author's structure,Sheldon Hearn2000-01-1312-1880/+1798
| | | | | | | | | | | | | in favour of placing information in the correct sections. The ntp_acc(8), ntp_auth(8), ntp_clock(8), ntp_conf(8), ntp_misc(8) and ntp_mon(8) pages have been merged into ntp.conf(5) and ntp.keys(5). Requested by: rgrimes, wollman Notes: svn path=/head/; revision=55895
* Remove old copy of if_ed.c; it is no longer used.Matthew N. Dodd2000-01-131-3541/+0
| | | | Notes: svn path=/head/; revision=55894
* Fix unresolved _libc_*() references in libc by creating weak aliasesJason Evans2000-01-131-0/+2
| | | | | | | to the respective system call entry points. Notes: svn path=/head/; revision=55893
* Set ifq_maxlen. (to default IFQ_MAXLEN)Matthew N. Dodd2000-01-131-0/+1
| | | | Notes: svn path=/head/; revision=55892
* Allow SMP systems with an MCA bus to work properly.Matthew N. Dodd2000-01-138-28/+43
| | | | | | | Reviewed by: peter Notes: svn path=/head/; revision=55891
* Implement BUS_{GET,SET,DELETE}_RESOURCE methods.Matthew N. Dodd2000-01-131-2/+44
| | | | Notes: svn path=/head/; revision=55890
* Correctly test CF.Matthew N. Dodd2000-01-132-2/+2
| | | | Notes: svn path=/head/; revision=55889
* Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011)Peter Wemm2000-01-131-2/+4
| | | | | | | Add an entry for the Toshiba Fast Infra Red controller (0x07011179) Notes: svn path=/head/; revision=55888
* Add a few devices IDs and clarify the SiS 85c496 entry.Matthew N. Dodd2000-01-131-1/+9
| | | | Notes: svn path=/head/; revision=55887
* Because cylinder group blocks are now written in background,Kirk McKusick2000-01-132-6/+26
| | | | | | | | | | | | | it is no longer sufficient to get a lock on a buffer to know that its write has been completed. We have to first get the lock on the buffer, then check to see if it is doing a background write. If it is doing background write, we have to wait for the background write to finish, then check to see if that fullfilled our dependency, and if not to start another write. Luckily the explanation is longer than the fix. Notes: svn path=/head/; revision=55886
* A panic occurs during an fsync when a dirty block associated withKirk McKusick2000-01-132-8/+14
| | | | | | | | | | | | | | a vnode has not been written (which would clear certain of its dependencies). The problems arises because fsync with MNT_NOWAIT no longer pushes all the dirty blocks associated with a vnode. It skips those that require rollbacks, since they will just get instantly dirty again. Such skipped blocks are marked so that they will not be skipped a second time (otherwise circular dependencies would never clear). So, we fsync twice to ensure that everything will be written at least once. Notes: svn path=/head/; revision=55885
* Remove the 'at isa? ...' bits for ex0.Matthew N. Dodd2000-01-137-15/+7
| | | | | | | Remove the confusing text about pccard and unit numbers for ep0. Notes: svn path=/head/; revision=55884
* Cosmetic cleanups.Matthew N. Dodd2000-01-132-68/+46
| | | | Notes: svn path=/head/; revision=55883
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this laterMatthew N. Dodd2000-01-132-44/+118
| | | | | | | but this is enough to get us going. Notes: svn path=/head/; revision=55882
* When I converted this driver to newbus I also cleaned up the codeMatthew N. Dodd2000-01-132-100/+102
| | | | | | | | | | | | | | | | | layout. It seems that I cleaned it up a bit too much and confused a few if () { if () { } else { } } statements in the obvious manner. This allows the driver to transmit packets again. *sigh* Notes: svn path=/head/; revision=55881
* Stop the recurring feeling of deja vuWarner Losh2000-01-131-1/+2
| | | | | | | | | | | | | Stop the recurring feeling of deja vu Stop the recurring feeling of deja vu Stop the recurring feeling of deja vu and debounce the eject messages. We now mark the socket empty in the interrupt handler, rather than after we've disabled the socket which happens "much later". Notes: svn path=/head/; revision=55880
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have theCameron Grant2000-01-131-0/+6
| | | | | | | same pnpbios id Notes: svn path=/head/; revision=55879
* be less verboseCameron Grant2000-01-131-3/+5
| | | | Notes: svn path=/head/; revision=55878
* added IPv6 unspecified addr check for getipnodebyaddr.Yoshinobu Inoue2000-01-131-0/+2
| | | | Notes: svn path=/head/; revision=55877
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseYoshinobu Inoue2000-01-131-1/+4
| | | | Notes: svn path=/head/; revision=55876
* add a comment for some possible? IPv4 option processing.Yoshinobu Inoue2000-01-132-0/+2
| | | | Notes: svn path=/head/; revision=55875
* removed incorrect ip6 length setting for IPv6 tcp reset packet.Yoshinobu Inoue2000-01-132-2/+0
| | | | Notes: svn path=/head/; revision=55874
* removed an ours case which think a packet destined to loopback interfaceYoshinobu Inoue2000-01-131-5/+1
| | | | | | | with IPv6 loopback addr for its dest or src addr as ours. Notes: svn path=/head/; revision=55873
* added missing IPV6_PORTRANGE case.Yoshinobu Inoue2000-01-131-0/+1
| | | | Notes: svn path=/head/; revision=55872
* remove unnecessary "$ifdef INET6"Yoshinobu Inoue2000-01-131-2/+0
| | | | Notes: svn path=/head/; revision=55871
* Make mktemp.c a "normal" C implimentation when building this library.David E. O'Brien2000-01-131-0/+2
| | | | Notes: svn path=/head/; revision=55870
* add entries for several DEC PCI-PCI bridges & the Cypress PCI-ISA bridge foundAndrew Gallatin2000-01-131-2/+20
| | | | | | | on newer alpha workstations and servers Notes: svn path=/head/; revision=55869
* Make this compile on alphaAndrew Gallatin2000-01-132-2/+2
| | | | Notes: svn path=/head/; revision=55868
* o Remove entry that has 'any' for the interrupt and 'auto' for config.Warner Losh2000-01-132-34/+40
| | | | | | | | | | | We don't have that yet. o Uncomment FLASH cards so when the ata flash patches go into the tree they will work. Reported by: hosokawa-san Notes: svn path=/head/; revision=55867
* Reintroduce the dc_coal() workaround routine for coalescing outboundBill Paul2000-01-122-2/+86
| | | | | | | | | | | | | | | | | | | | packets into a single buffer, and set the DC_TX_COALESCE flag for the Davicom DM9102 chip. I thought I had escaped this problem, but... This chip appears to silently corrupt or discard transmitted frames when using scatter/gather DMA (i.e. DMAing each packet fragment in place with a separate descriptor). The only way to insure reliable transmission is to coalesce transmitted packets into a single cluster buffer. (There may also be an alignment constraint here, but mbuf cluster buffers are naturally aligned on 2K boundaries, which seems to be good enough.) The DM9102 driver for Linux written by Davicom also uses this workaround. Unfortunately, the Davicom datasheet has no errata section describing this or any other apparently known defect. Problem noted by: allan_chou@davicom.com.tw Notes: svn path=/head/; revision=55866
* As we parse the interface list, ignore sockaddr_dl's thatBrian Somers2000-01-126-103/+108
| | | | | | | | | | | | | | | | | | | don't have an interface index that's the same as the if_msghdr interface index. This prevents the occasional perror("SIOCGIFFLAGS") from appearing at boot time. While I'm there: Make a couple of error messages more useful. Add a missing include. Add some braces to silence gccs dumb complaints. Add some consts Ansify decls Add copyright to pmap_check.h (well, you could say it's been rewritten) Notes: svn path=/head/; revision=55865
* Remove a stray splx(s) call. This fixes the compiler warning.Matthew N. Dodd2000-01-121-1/+0
| | | | | | | Submitted by: gibbs Notes: svn path=/head/; revision=55864
* Apply the same netisr mechanism to transmissions as well. In order toBill Paul2000-01-124-7/+58
| | | | | | | | | | | | | drive the transmitter, we have to check the interface's send queue in the TX end of frame handler (i.e. the usb bulk out callback) and push out new transmissions if the queue has packets in it and the transmitter is ready. But the txeof handler is also called from a USB callback running at splusb() too. Grrr. Notes: svn path=/head/; revision=55863