summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | MODULE_DEPEND is a C macro, not a make(1).ru2004-01-131-1/+0
| | |
* | | bsd.kmod.mk does not deal with manpages anymore.ru2004-01-1324-25/+0
| | |
* | | style(9): single tab after #define.mdodd2004-01-134-67/+67
| | |
* | | Use a device identify entry point to attach to nexus, since thegrehan2004-01-131-9/+27
| | | | | | | | | | | | nexus code no longer searches for interrupt controllers.
* | | Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-134-164/+557
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the MacIO chip and PSIM's IOBus. Bus-specific drivers should use the identify method to attach themselves to nexus so interrupt can be allocated before the h/w is probed. The 'early attach' routine in openpic is used for this stage of boot. When h/w is probed, the openpic can be attached properly. It will enable interrupts allocated prior to this.
* | | Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-133-110/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and add_child entry point to allow devices to use the identify method to add themselves if need be (e.g. openpic, syscons). Export interrupt-controller-add routine for extern int cntlr drivers. Eliminate recursive OFW device-tree walk and only iterate the top-level ala sparc64. Allow child devices to set the device type with write_ivars. Step 1 of many in removing the hard-dependency on OpenFirmware.
* | | Don't put .depend in CLEANFILES, it's cleaned by cleandepend.ru2004-01-131-1/+0
| | |
* | | Catch up with ATA changes by including <sys/sema.h>grehan2004-01-132-0/+2
| | |
* | | call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect().ume2004-01-131-0/+7
| | | | | | | | | | | | Obtained from: KAME
* | | do not deref freed pointerume2004-01-131-2/+2
| | | | | | | | | | | | | | | Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net> Reviewed by: itojun
* | | Implement some more unicode handling routines. This will hopefully bringwpaul2004-01-131-7/+172
| | | | | | | | | | | | us closer to being able to run the Intel PRO/Wireless 5000 driver.
* | | Added FreeBSD 5.2-RELEASE.maxim2004-01-131-0/+3
| | | | | | | | | | | | MFC after: 3 days
* | | typo, duh!phk2004-01-131-1/+1
| | |
* | | Replace calls to vm_page_alloc_contig() by calls to contigmalloc().alc2004-01-131-7/+6
| | | | | | | | | | | | | | | vm_page_alloc_contig() will be removed after the three remaining drivers that use it are also converted to contigmalloc().
* | | This is simply too true to not become a fortune.phk2004-01-131-0/+3
| | | | | | | | | | | | Wisdom by: wes
* | | Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.sam2004-01-132-1/+18
| | | | | | | | | | | | Note that the min is actually constrained to IF_MINMTU by the if layer.
* | | correct spellingume2004-01-131-7/+7
| | | | | | | | | | | | | | | Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net> Reviewed by: itojun
* | | fix potential 'cannot-happen' memory leakume2004-01-131-1/+4
| | | | | | | | | | | | | | | Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net> Reviewed by: itojun
* | | Loosen up the range test in ndis_register_ioport(). Allow drivers towpaul2004-01-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | map ranges that are smaller than what our resource manager code knows is available, rather than requiring that they match exactly. This fixes a problem with the Intel PRO/1000 gigE driver: it wants to map a range of 32 I/O ports, even though some chips appear set up to decode a range of 64. With this fix, it loads and runs correctly.
* | | Prevent a panic when mounting a v2/v3 only server with mount_nfs4.alfred2004-01-131-0/+2
| | | | | | | | | | | | | | | Submitted by: Jim Rees <rees@umich.edu> Reported/testing: Florian C. Smeets <flo@kasimir.com>
* | | Yet another inf file handling tweak: when checking for Ndi\Params\foowpaul2004-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | keys, don't just do a substring match on "Ndi\Params". Instead, check explicitly for strings that begin with "Ndi\Params". Why? Because it's possible to create your own keys with different paths, like "PROSetNdi\NdiExt\Params" which is what Intel does in their PRO/1000 driver's .INF file.
* | | Last revision also added duplicate SRCS. Fixed this so thatru2004-01-121-1/+1
| | | | | | | | | | | | | | | | | | the resulting .a library has only unique .o files. Noticed by: bde
* | | Ugh. I am not having a good day. Remove debugging #ifdef that accidentallywpaul2004-01-121-2/+0
| | | | | | | | | | | | crept into the last commit.
* | | Handle "Bad Command List" errors.mdodd2004-01-121-0/+3
| | | | | | | | | | | | | | | No error status is returned by the adapter so set CMD_REJECTED so that ida_done() will DTRT.
* | | Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,wpaul2004-01-122-75/+10
| | | | | | | | | | | | make sure if_ndis.c really gets checked in this time.
* | | Remove comments that no longer apply.mdodd2004-01-121-4/+0
| | |
* | | In if_ndis.c:ndis_intr(), be a bit more intelligent about squelchingwpaul2004-01-122-14/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unexpected interrupts. If an interrupt is triggered and we're not finished initializing yet, bail. If we have finished initializing, but IFF_UP isn't set yet, drain the interrupt with ndis_intr() or ndis_disable_intr() as appropriate, then return _without_ scheduling ndis_intrtask(). In kern_ndis.c:ndis_load_driver() only relocate/dynalink a given driver image once. Trying to relocate an image that's already been relocated will trash the image. We poison a part of the image header that we don't otherwise need with a magic value to indicate it's already been fixed up. This fixes the case where there are multiple units of the same kind of device.
* | | - Use constant for shift when converting file length in bytes to a sectorjhb2004-01-121-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | count. - Fix the twiddle output so that it actually spins. - Save %cx around BIOS calls to read in sectors from the disc as at least one BIOS trashes %cx when called to read off of a USB CD-ROM drive. Submitted by: Martin Nilsson <martin@gneto.com> MFC after: 1 week
* | | Discuss the 'MAILTO' option.trhodes2004-01-121-1/+5
| | | | | | | | | | | | | | | PR: 58783 Submitted by: Marc Silver <marcs@draenor.org>
* | | Don't put objects in SRCS -- this creates all sort of havoc likeru2004-01-122-5/+5
| | | | | | | | | | | | | | | causing objects to be built during "make depend", missed sources in .depend, etc.
* | | Only remove the handler if we installed it.njl2004-01-122-4/+8
| | |
* | | Hook up acpi_toshibanjl2004-01-121-1/+1
| | |
* | | Add emu10k1-alsa%diked.h dependancies.obrien2004-01-122-1/+11
| | |
* | | Bite the bullet and uncomment the shutdown() in case we hit the _CRT ornjl2004-01-121-4/+4
| | | | | | | | | | | | | | | _HOT temperatures. We have to do this at some point to keep from getting imp(tm) melted hardware.
* | | Xref the proper manual pages.trhodes2004-01-121-3/+3
| | | | | | | | | | | | | | | PR: 60999 Submitted by: Marc Silver <marcs@draenor.org>
* | | Disable the minmssoverload connection drop by default until the detectionandre2004-01-121-1/+1
| | | | | | | | | | | | logic is refined.
* | | Fix a typo.hrs2004-01-121-1/+1
| | | | | | | | | | | | Spotted by: rushani
* | | - Replaced several := ops with their += equivalents; the oldru2004-01-121-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | form became unnecessary with the bsd.prog.mk,v 1.69 change. - Eliminated duplicate y.tab.h in SRCS. Reviewed by: bde - Complementary to the said bsd.prog.mk change, use the fact that inner .for loops are not real loops but a tricky form of a local macro for the outer loop's variable, and switch to using faster variable modifiers to replace extensions.
* | | Fix an inverted test for NOPEN in the unused function smb_smb_flush().tjr2004-01-121-1/+1
| | |
* | | Fix a suspend/resume issue. My Compaq N400c works fine.shiba2004-01-122-0/+5
| | |
* | | Kill whitespace at end of lines.nectar2004-01-121-9/+9
| | |
* | | Fix a bug that could result in a null pointer dereference innectar2004-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getpwent(3) or getpwuid(3) when using NIS adjunct maps. The bug was present in the internal `nis_passwd' function. The lookup in the adjunct map used the name passed into `nis_passwd', however no name was of course supplied by getpwent or getpwuid. Correctly use the name from the `struct pwd' that was found instead. PR: bin/59962 Submitted by: Gabriel Gomez <ggomez@fing.edu.uy>
* | | I added unwanted character. I cleanedsanpei2004-01-121-1/+1
| | |
* | | - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.mdodd2004-01-121-4/+16
| | | | | | | | | | | | | | | - Print operation type, if known in hard/soft error message in ida_done(). - NULL qcb struct bio pointer in ida_done().
* | | Note that geometry can also be specified on vnode backed deviecs.phk2004-01-121-1/+1
| | |
* | | Allow specification of a geometry for vnode backed devices as well asphk2004-01-121-0/+4
| | | | | | | | | | | | for malloc backed devices.
* | | Allow variable substitutions in SYSV variable substitutions likeharti2004-01-121-22/+33
| | | | | | | | | | | | | | | | | | | | | $(SRC:.c=$O). This brings us closer to other makes. Reviewed by: ru Obtained from: NetBSD
* | | Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-124-9/+9
| | |
* | | Use /etc/rc.d/ldconfig script rather than the ldconfig command directly.nyan2004-01-121-1/+1
| | | | | | | | | | | | Submitted by: matusita
* | | Removed duplicate SRCS.ru2004-01-122-6/+6
| | |
OpenPOWER on IntegriCloud