The FreeBSD Ports Management Team is pleased to announce Thomas Abthorpe as a full voting member.

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News The FreeBSD Ports Management Team is pleased to announce Thomas Abthorpe as a full voting member.
# 1  
Old 03-10-2011
The FreeBSD Ports Management Team is pleased to announce Thomas Abthorpe as a full voting member.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. BSD

Updating the FreeBSD ports

When updating the ports, I normally do the following: rm -r /usr/ports csup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile This however takes rather long, about 20 mins on stock hardware. Is there a way to exclude certain ports from being updated, such as games and print? (4 Replies)
Discussion started by: figaro
4 Replies

2. UNIX for Dummies Questions & Answers

Samba / FreeBSD member server in MSFT 2003 AD domain

By following the Samba.org how-to's and various finds on groups.google.com I've succeeded in getting a FreeBSD (5.2.1-RELEASE) / Samb-3.0.0,1 server in to my MSFT 2003 Active Directory domain as a member server, but there is a little problem I'm having trouble resolving. Newly created user... (0 Replies)
Discussion started by: ccy
0 Replies

3. UNIX for Advanced & Expert Users

FreeBSD 5.00 /ports

Download FreeBSD 5.0 mini_install.ISO i was trying to do a post-installation , trying to install the ports but doesn't install it gives me could not find index error ?!any ideas..?? as the index file is on the cd and I checked it the file is not corrupt.!! A guy made me an offer i can't... (9 Replies)
Discussion started by: wizardofid
9 Replies

4. UNIX for Dummies Questions & Answers

FreeBSD ports

working with FreeBSD 4.5 learning the hang of it i must say but still few probs i want to install some packages from my freebsd cdrom read lot of docs but still don't understand the commands first tried to install it by copying the tgz file and the let tar xzf on it. It worked fine and had... (1 Reply)
Discussion started by: termiEEE
1 Replies
Login or Register to Ask a Question
HYPER-V(4)						   BSD Kernel Interfaces Manual 						HYPER-V(4)

NAME
hv_ata_pci_disengage -- Hyper-V ATA PCI Disengage driver SYNOPSIS
To compile this driver into the kernel, place the following lines in the system kernel configuration file: device hyperv DESCRIPTION
The hv_ata_pci_disengage driver prevents the native FreeBSD ATA driver from loading in the presence of Hyper-V. FreeBSD guests running on Hyper-V can take advantage of the Hyper-V Storage Virtual Consumer (hv_storvsc(4)) for using their IDE devices. Since the ATA driver serves IDE devices as well, there is a chance that the ATA driver may interfere with the operations of hv_storvsc(4). The hv_ata_pci_disengage driver avoids conflicts between the ATA driver and hv_storvsc(4) by disabling the ATA driver when the FreeBSD guest is booting. A side effect of disabling the ATA driver is that CDROM may become inoperational on FreeBSD guest partitions. If CDROM access is a must then users may use "set hw.ata.disk_enable=1" at boot time to prevent the ATA driver from being disabled. SEE ALSO
hv_netvsc(4), hv_storvsc(4), hv_utils(4), hv_vmbus(4) HISTORY
Support for hv_ata_pci_disengage first appeared in FreeBSD 10.0. The driver was developed through a joint effort between Citrix Incorpo- rated, Microsoft Corporation, and Network Appliance Incorporated. AUTHORS
FreeBSD support for hv_ata_pci_disengage was first added by Microsoft BSD Integration Services Team <bsdic@microsoft.com>. BSD
September 10, 2013 BSD